-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
https://docs.sentry.io/platforms/javascript/configuration/tree-shaking/#list-of-flags
SENTRY_EXCLUDE_REPLAY_WORKER
Replacing this flag with true will tree shake all code in the SDK that's related to the included compression web worker for Session Replay. This is only relevant when using Session Replay. Enable this flag if you want to host a compression worker yourself - see Using a Custom Compression Worker for details. We do not recommend enabling this flag unless you provide a custom worker URL.
new Replay({
workerUrl: "/assets/worker.min.js",
});
Metadata
Metadata
Assignees
Labels
No labels