Skip to content

Commit 61665c7

Browse files
committed
Add custom sentry.source in the span data
1 parent 652045e commit 61665c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/test/tracing/reactnavigation.ttid.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ describe('React Navigation - TTID', () => {
202202
data: {
203203
'sentry.op': 'navigation.processing',
204204
'sentry.origin': SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NAVIGATION,
205+
'sentry.source': 'custom',
205206
},
206207
description: 'Processing navigation to New Screen',
207208
op: 'navigation.processing',
@@ -229,6 +230,7 @@ describe('React Navigation - TTID', () => {
229230
data: {
230231
'sentry.op': 'navigation.processing',
231232
'sentry.origin': SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NAVIGATION,
233+
'sentry.source': 'custom',
232234
},
233235
description: 'Processing navigation to Initial Screen',
234236
op: 'navigation.processing',

0 commit comments

Comments
 (0)