Skip to content

Commit

Permalink
feat(replay): Capture request & response headers (#7816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Apr 13, 2023
1 parent dd28a21 commit d54ff78
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 d54ff78

Please sign in to comment.