Skip to content

Commit 73b2034

Browse files
committed
Merge branch 'develop' into feat-replay-change-sampling-logic
2 parents 5c66ac4 + 300b220 commit 73b2034

File tree

50 files changed

+2410
-944
lines changed

Some content is hidden

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

50 files changed

+2410
-944
lines changed

packages/browser-integration-tests/suites/replay/extendNetworkBreadcrumbs/fetch/captureRequestBody/init.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ window.Sentry = Sentry;
44
window.Replay = new Sentry.Replay({
55
flushMinDelay: 200,
66
flushMaxDelay: 200,
7-
_experiments: {
8-
captureNetworkBodies: true,
9-
},
7+
8+
networkDetailAllowUrls: ['http://localhost:7654/foo'],
9+
networkCaptureBodies: true,
1010
});
1111

1212
Sentry.init({

0 commit comments

Comments
 (0)