Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 20, 2024
1 parent 917d09e commit a90c628
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ test('Captures a pageload transaction', async ({ page }) => {
'sentry.source': 'route',
'performance.timeOrigin': expect.any(Number),
'performance.activationStart': expect.any(Number),
'lcp.renderTime': expect.any(Number),
'lcp.loadTime': expect.any(Number),
},
op: 'pageload',
span_id: expect.any(String),
Expand Down

0 comments on commit a90c628

Please sign in to comment.