Skip to content

Commit 2abcd92

Browse files
committed
add attr
1 parent 09e6888 commit 2abcd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-router/test/server/wrapSentryHandleRequest.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ vi.mock('@opentelemetry/core', () => ({
1212

1313
vi.mock('@sentry/core', () => ({
1414
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE: 'sentry.source',
15+
SEMANTIC_ATTRIBUTE_SENTRY_CUSTOM_SPAN_NAME: 'sentry.custom-span-name',
1516
getActiveSpan: vi.fn(),
1617
getRootSpan: vi.fn(),
1718
getTraceMetaTags: vi.fn(),

0 commit comments

Comments
 (0)