File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
dev-packages/node-core-integration-tests/suites/public-api/beforeSendSpan-streamed
packages/core/src/tracing/spans Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ const client = Sentry.init({
1515 span . attributes = { } ;
1616 }
1717 span . attributes [ 'sentry.custom_attribute' ] = 'customAttributeValue' ;
18- // oxlint-disable-next-line typescript/ban-ts-comment
19- // @ts -expect-error - technically this is something we have to expect, despite types saying it's invalid
18+ // @ts -ignore - technically this is something we have to expect, despite types saying it's invalid
2019 span . status = 'something' ;
2120 span . links = [
2221 {
Original file line number Diff line number Diff line change 11import type { CoreOptions } from '../../types-hoist/options' ;
2- import type { BeforeSendStreamedSpanCallback , ClientOptions } from '../../types-hoist/options' ;
2+ import type { BeforeSendStreamedSpanCallback } from '../../types-hoist/options' ;
33import type { StreamedSpanJSON } from '../../types-hoist/span' ;
44import { addNonEnumerableProperty } from '../../utils/object' ;
55
You can’t perform that action at this time.
0 commit comments