Uh oh!
There was an error while loading. Please reload this page.
fix(telemetry): Only trace step if there is an active span - #345
Conversation
mydea
commented
Jul 10, 2023
hmm, this is an interesting wrinkle to the |
I believe I should add a little more information here so that everyone has the necessary context: The bug I'm fixing here is that users get the following console warning when starting the wizard without the Tracing extension 'startTransaction' has not been added. Call 'addTracingExtensions' before calling 'init':
Sentry.addTracingExtensions();
Sentry.init({...});This warning is emitted because when manually selecting the source maps wizard flow (i.e. no Given that Lol, never mind, this was already fixed in 7.57.0 via getsentry/sentry-javascript#8357 🤦♂️ |
Lms24
commented
Jul 10, 2023
Closing, SDK bump should be enough lol |
This PR fixes a bug where we would start a trace when Sentry was not enabled. This happened when starting the source maps wizard w/o the -i flag.
#skip-changelog