Skip to content
New issue

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

fix(browser): DOMException SecurityError stacktrace parsing bug #7821

Merged
merged 2 commits into from Apr 12, 2023

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Apr 12, 2023

Closes #7813

It looks like stack lines containing Error: were picked erroneously up by the gecko parser. This PR strips lines that match this pattern.

Co-authored-by: Francesco Novy <francesconovy@gmail.com>
@AbhiPrasad AbhiPrasad merged commit 14849db into getsentry:develop Apr 12, 2023
58 checks passed
@timfish timfish deleted the fix/7813 branch April 12, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chrome DOMException SecurityError stacktrace parsing bug
3 participants