Skip to content

Commit cfb6a6b

Browse files
AbhiPrasadcadesalaberry
authored andcommitted
feat(opentelemetry): Remove top level startActiveSpan (getsentry#11380)
ref getsentry#10100
1 parent 916dd29 commit cfb6a6b

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)