Skip to content

Error in compression worker being spammed after adding replay integration #6923

Description

@Joshandrews43

Is there an existing issue for this?

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

https://sentry.io/organizations/after-school-development-llc/issues/3892582226/events/c7a67fbc5cfc467da7f9bd8f57161bbd/?project=5417223&referrer=replay-console%2F

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

Screen Shot 2023-01-24 at 1 56 22 PM

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions