We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The development regex is too broad and catching things that are not hydration errors.
https://github.com/getsentry/sentry-javascript/blob/f1a677f88f7136435b8fe22b615256482ead4720/packages/replay/src/coreHandlers/handleBeforeSendEvent.ts#L35
ACs:
The text was updated successfully, but these errors were encountered:
fix(replay): Adjust development hydration error messages (#9922)
2d69912
Refine the regex to match fewer errors, seeing some false positives in replays that are not hydration errors. fixes getsentry/sentry#61943
Successfully merging a pull request may close this issue.
The development regex is too broad and catching things that are not hydration errors.
https://github.com/getsentry/sentry-javascript/blob/f1a677f88f7136435b8fe22b615256482ead4720/packages/replay/src/coreHandlers/handleBeforeSendEvent.ts#L35
ACs:
The text was updated successfully, but these errors were encountered: