Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add custom sentry.source in the span data
  • Loading branch information
antonis committed Nov 22, 2024
commit 61665c750f8702b20891fd0770be97e1b88885b5
2 changes: 2 additions & 0 deletions packages/core/test/tracing/reactnavigation.ttid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ describe('React Navigation - TTID', () => {
data: {
'sentry.op': 'navigation.processing',
'sentry.origin': SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NAVIGATION,
'sentry.source': 'custom',
},
description: 'Processing navigation to New Screen',
op: 'navigation.processing',
Expand Down Expand Up @@ -229,6 +230,7 @@ describe('React Navigation - TTID', () => {
data: {
'sentry.op': 'navigation.processing',
'sentry.origin': SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NAVIGATION,
'sentry.source': 'custom',
},
description: 'Processing navigation to Initial Screen',
op: 'navigation.processing',
Expand Down
Loading