Cannot display the span name using TraceClassDecorator #7333
Unanswered
ruthwang97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use TraceClassDecorator in sentry/angular, but I don't see a name displayed for it like it did with traceDirective:
ui.angular.init | < r >
Is it supposed to show the class name as the span name following ui.angular.init instead of < r >?
I don't have sourcemapping set up and I am not sure if that is the reason why the name is not displayed.
What I tried: I added @Sentry.TraceClassDecorator() before export class ClassName and imported Sentry in the file. TraceDirective works, but the decorators don't work.
Beta Was this translation helpful? Give feedback.
All reactions