We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7c799 commit 7b355d0Copy full SHA for 7b355d0
packages/core/src/tracing/sentrySpan.ts
@@ -217,7 +217,6 @@ export class SentrySpan implements Span {
217
218
/** Emit `spanEnd` when the span is ended. */
219
private _onSpanEnded(): void {
220
- console.log('SPAN END!', this === getRootSpan(this));
221
const client = getClient();
222
if (client) {
223
client.emit('spanEnd', this);
0 commit comments