Skip to content

feat(browser): Simplify stack parsers #7897

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

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Apr 19, 2023

While working on fixing a stack parser bug I noticed that [-a-z]+ will match any valid protocol so there is no need to match specific protocols.

This will shave around 120 bytes off the browser bundle.

@AbhiPrasad AbhiPrasad enabled auto-merge (squash) April 19, 2023 09:19
@AbhiPrasad AbhiPrasad merged commit 57cb2fc into getsentry:develop Apr 19, 2023
@timfish timfish deleted the feat/simplify-stack-parsers branch May 4, 2023 11:40
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.

2 participants