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

[stacktrace parsing] Regex incorrectly truncating filenames with colons #5151

Closed
lobsterkatie opened this issue May 23, 2022 · 0 comments · Fixed by #5517
Closed

[stacktrace parsing] Regex incorrectly truncating filenames with colons #5151

lobsterkatie opened this issue May 23, 2022 · 0 comments · Fixed by #5517
Labels
Meta: Help Wanted Package: node Issues related to the Sentry Node SDK Type: Bug

Comments

@lobsterkatie
Copy link
Member

A customer reports that they have filenames with times in them (like /releases/2022-05-16T11:27:37.760Z/app.js), which are getting truncated at the first colon. Our regex here likely just needs to be updated to handle this case.

This is showing up in @sentry/node 6.19.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Help Wanted Package: node Issues related to the Sentry Node SDK Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants