Skip to content

Commit 6a09675

Browse files
authored
feat(opentelemetry): Remove top level startActiveSpan (#11380)
ref #10100
1 parent 1044589 commit 6a09675

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/opentelemetry/src/trace.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ export function startSpanManual<T>(
9797
});
9898
}
9999

100-
/**
101-
* @deprecated Use {@link startSpan} instead.
102-
*/
103-
export const startActiveSpan = startSpan;
104-
105100
/**
106101
* Creates a span. This span is not set as active, so will not get automatic instrumentation spans
107102
* as children or be able to be accessed via `Sentry.getActiveSpan()`.

0 commit comments

Comments
 (0)