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
Copy file name to clipboardExpand all lines: packages/apm/src/integrations/tracing.ts
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -770,15 +770,13 @@ export class Tracing implements Integration {
770
770
* @param name Name of the activity, can be any string (Only used internally to identify the activity)
771
771
* @param spanContext If provided a Span with the SpanContext will be created.
772
772
* @param options _autoPopAfter_ | Time in ms, if provided the activity will be popped automatically after this timeout. This can be helpful in cases where you cannot gurantee your application knows the state and calls `popActivity` for sure.
773
-
* @param options _parentSpanId_ | Set a custom parent span id for the activity's span.
0 commit comments