-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Log warning when tracing extensions are missing #7601
fix(core): Log warning when tracing extensions are missing #7601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving for @mydea to confirm
Actually @timfish could we change this into a |
Yeah I suppose people could already be relying on |
We fix this properly in v8! |
Migrating away from
@sentry/tracing
, we lose the side-effects that are now added viaaddTracingExtensions()
.When calling
startTransaction()
without tracing extensions, it returnsundefined
which doesn't match the types. This can result in errors elsewhere that do not help you fix the issue.