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 916dd29 commit cfb6a6bCopy full SHA for cfb6a6b
packages/opentelemetry/src/trace.ts
@@ -97,11 +97,6 @@ export function startSpanManual<T>(
97
});
98
}
99
100
-/**
101
- * @deprecated Use {@link startSpan} instead.
102
- */
103
-export const startActiveSpan = startSpan;
104
-
105
/**
106
* Creates a span. This span is not set as active, so will not get automatic instrumentation spans
107
* as children or be able to be accessed via `Sentry.getActiveSpan()`.
0 commit comments