Skip to content

Commit

Permalink
feat(replay): Capture request & response headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Apr 13, 2023
1 parent 21a975e commit 8afccf9
Show file tree
Hide file tree
Showing 43 changed files with 2,752 additions and 1,283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ sentryTest(
url: 'http://localhost:7654/foo',
method: 'GET',
headers: {
Accept: 'application/json',
Cache: 'no-cache',
accept: 'application/json',
cache: 'no-cache',
},
},
contexts: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ sentryTest(
url: 'http://localhost:7654/foo',
method: 'GET',
headers: {
Accept: 'application/json',
Cache: 'no-cache',
'Content-Type': 'application/json',
accept: 'application/json',
cache: 'no-cache',
'content-type': 'application/json',
},
},
contexts: {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8afccf9

Please sign in to comment.