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

ref: Make JsFrame::lineno non-optional #1203

Merged
merged 2 commits into from
May 31, 2023
Merged

Conversation

loewenheim
Copy link
Contributor

Sentry already filters out frames without line numbers before sending them to Symbolicator. Therefore, there's no reason for the lineno field to be optional. Unfortunately we still need to check if the line is 0.

@loewenheim loewenheim self-assigned this May 30, 2023
@loewenheim loewenheim linked an issue May 30, 2023 that may be closed by this pull request
@loewenheim loewenheim merged commit 4c7f9c7 into master May 31, 2023
@loewenheim loewenheim deleted the ref/non-optional-line branch May 31, 2023 09:49
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.

Make JsFrame::lineno non-optional
2 participants