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
Next Next commit
Fix nextjs-14 test
  • Loading branch information
timfish committed Sep 5, 2024
commit e8e2198b6cdf68cc691224bbbee43cfb2ddca894
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test('Should send a transaction with a fetch span', async ({ page }) => {
expect(transactionEvent.spans).toContainEqual(
expect.objectContaining({
data: expect.objectContaining({
'http.request.method': 'GET',
'http.method': 'GET',
'sentry.op': 'http.client',
'sentry.origin': 'auto.http.otel.http',
}),
Expand Down