-
-
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 SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/react
SDK Version
7.32.1
Framework Version
17.0.0
Link to Sentry event
SDK Setup
Sentry.init({
dsn:
process.env.SENTRY_DSN,
integrations: [
new Integrations.BrowserTracing(),
new Sentry.Replay({ maskAllText: false, blockAllMedia: false }),
],
tracesSampleRate: 0.5,
enabled: process.env.NODE_ENV !== 'development',
release: process.env.REACT_APP_HEROKU_RELEASE_VERSION,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 1,
});
Steps to Reproduce
Im not sure if I can reproduce in on my own, but there are 150 events since I launched this yesterday in production.
Also my replaysSessionSampleRate is set to 0, but I am still getting replays recorded with no errors.
Expected Result
Sentry should not be throwing 100's of errors from itself.
Actual Result
relliv, KuhlTime and charlesfries
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
