Skip to content

Commit

Permalink
adjust e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 28, 2024
1 parent 261862f commit 4d0d537
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test('Captures a pageload transaction', async ({ page }) => {
'sentry.origin': 'auto.pageload.react.reactrouter_v6',
'sentry.sample_rate': 1,
'sentry.source': 'route',
'performance.timeOrigin': expect.any(Number),
},
op: 'pageload',
span_id: expect.any(String),
Expand Down

0 comments on commit 4d0d537

Please sign in to comment.