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
In v8, we have to get rid of startTransaction, in favor of the (already existing) startSpan(), startInactiveSpan() and startManualSpan() APIs. Since this is not compatible with OTEL, we have to get rid of it for Node, and for consistency & keeping us flexible for an only-spans future, we should get rid of it in Browser as well.
The content you are editing has changed. Please copy your edits and refresh the page.
In v8, we have to get rid of
startTransaction
, in favor of the (already existing)startSpan()
,startInactiveSpan()
andstartManualSpan()
APIs. Since this is not compatible with OTEL, we have to get rid of it for Node, and for consistency & keeping us flexible for an only-spans future, we should get rid of it in Browser as well.Tasks
The text was updated successfully, but these errors were encountered: