-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement
Description
Problem Statement
There are two deprecated options for replay:
new Replay({
captureOnlyOnError: true,
replaysSamplingRate: 1.0
});Solution Brainstorm
We want to remove these deprecated options in the move to the monorepo. Users have been getting a warning before when using these. We'll make this prominent in the update docs as well.
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement