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

Add support for 'moz-extension' scheme used by Firefox WebExtension code #974

Closed
jaredhirsch opened this issue Jun 8, 2017 · 3 comments
Closed

Comments

@jaredhirsch
Copy link

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

Code inside Firefox WebExtensions is addressed using the scheme moz-extension. Stack traces containing these URLs aren't parsed properly. Changing the scheme to resource causes the stack to be properly parsed.

What is the expected behavior?

Stacks at moz-extension URLs should be parsed.

Looks like the issue is the analogous with #836, so I'd expect the fix will be analogous with #837. I'll try to find time to open a PR this week.

@benvinegar
Copy link
Contributor

Sounds good.

@ivantsov
Copy link

ivantsov commented Jun 26, 2017

Hey, any progress on the issue?

@dmose
Copy link
Contributor

dmose commented Feb 6, 2018

I added the resource: parsing in https://github.com/getsentry/raven-js/pull/837/files, and I'd expect the patch for this to be very similar, if someone wanted to port it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants