Skip to content

Commit cd187d0

Browse files
authored
fix(apm): Set transaction name on componentDidMount() (#18836)
1 parent f5d9c66 commit cd187d0

File tree

1 file changed

+2
-0
lines changed
  • src/sentry/static/sentry/app/views/app

1 file changed

+2
-0
lines changed

src/sentry/static/sentry/app/views/app/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class App extends React.Component<Props, State> {
8282
}
8383

8484
componentDidMount() {
85+
this.updateTracing();
86+
8587
this.props.api.request('/organizations/', {
8688
query: {
8789
member: '1',

0 commit comments

Comments
 (0)