File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- import { RawAttributes } from '../attributes' ;
21import type { CaptureContext } from '../scope' ;
32import type { Breadcrumb , BreadcrumbHint } from './breadcrumb' ;
43import type { ErrorEvent , EventHint , TransactionEvent } from './event' ;
Original file line number Diff line number Diff line change 88 SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
99} from '../semanticAttributes' ;
1010import type { SentrySpan } from '../tracing/sentrySpan' ;
11- import { SPAN_STATUS_ERROR , SPAN_STATUS_OK , SPAN_STATUS_UNSET } from '../tracing/spanstatus' ;
11+ import { SPAN_STATUS_OK , SPAN_STATUS_UNSET } from '../tracing/spanstatus' ;
1212import { getCapturedScopesOnSpan } from '../tracing/utils' ;
1313import type { SerializedAttributes } from '../types-hoist/attributes' ;
1414import type { TraceContext } from '../types-hoist/context' ;
You can’t perform that action at this time.
0 commit comments