File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -384,13 +384,6 @@ export class Hub implements HubInterface {
384
384
}
385
385
}
386
386
387
- /**
388
- * @inheritDoc
389
- */
390
- public startSpan ( context : SpanContext ) : Span {
391
- return this . _callExtensionMethod ( 'startSpan' , context ) ;
392
- }
393
-
394
387
/**
395
388
* @inheritDoc
396
389
*/
Original file line number Diff line number Diff line change @@ -180,11 +180,6 @@ export interface Hub {
180
180
/** Returns all trace headers that are currently on the top scope. */
181
181
traceHeaders ( ) : { [ key : string ] : string } ;
182
182
183
- /**
184
- * @deprecated No longer does anything. Use use {@link Transaction.startChild} instead.
185
- */
186
- startSpan ( context : SpanContext ) : Span ;
187
-
188
183
/**
189
184
* Starts a new `Transaction` and returns it. This is the entry point to manual tracing instrumentation.
190
185
*
You can’t perform that action at this time.
0 commit comments