Skip to content

Commit 8afccf9

Browse files
committed
feat(replay): Capture request & response headers
1 parent 21a975e commit 8afccf9

File tree

43 files changed

+2752
-1283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2752
-1283
lines changed

packages/browser-integration-tests/suites/integrations/httpclient/axios/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ sentryTest(
4747
url: 'http://localhost:7654/foo',
4848
method: 'GET',
4949
headers: {
50-
Accept: 'application/json',
51-
Cache: 'no-cache',
50+
accept: 'application/json',
51+
cache: 'no-cache',
5252
},
5353
},
5454
contexts: {

packages/browser-integration-tests/suites/integrations/httpclient/xhr/test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ sentryTest(
4747
url: 'http://localhost:7654/foo',
4848
method: 'GET',
4949
headers: {
50-
Accept: 'application/json',
51-
Cache: 'no-cache',
52-
'Content-Type': 'application/json',
50+
accept: 'application/json',
51+
cache: 'no-cache',
52+
'content-type': 'application/json',
5353
},
5454
},
5555
contexts: {

packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureBodies/test.ts

Lines changed: 0 additions & 101 deletions
This file was deleted.

packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureBodiesJSON/test.ts

Lines changed: 0 additions & 101 deletions
This file was deleted.

packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureNonTextBodies/test.ts

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)