You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The span should already be added via the first handler call (in the 'before' hook)
110
+
constspan=this.$_sentrySpans[operation];
111
+
if(!span)return;// If not, then the before hook did not start the tracking span, probably because it happened even before there is an active transaction
0 commit comments