-
Notifications
You must be signed in to change notification settings - Fork 40
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
Is it possible to use source map without minified url? #75
Comments
I'm also curious as to how we can get sourcemaps to work with code-push. bugsnag seems to have solved this by allowing a glob / wildcard minified url, and i assume they just match on that and un minify in that case. the rollbar docs say
which made me want to believe that |
Code Push URLs are supported in v0.6.1. PR: #82 Related Rollbar.js PR: rollbar/rollbar.js#780 URLs will be sent in the form: If you still have any problems with it, please reopen with details. |
From my rollbar dashboard, I get code push url like: ``` http://reactnativehost//var/mobile/Containers/Data/Application/52713282-5486-4447-8D8F-683E8835FE7A/Library/Application Support/CodePush/220c9e918e33429e06837cbddcbcc0e8c0c6e5fd9519abe662c9d8d9d2eb9db5/CodePush/main.jsbundle ``` So I add an extra rule to match above url Refer to rollbar#780 rollbar/rollbar-react-native#75
From my rollbar dashboard, I get code push url like: ``` http://reactnativehost//var/mobile/Containers/Data/Application/52713282-5486-4447-8D8F-683E8835FE7A/Library/Application Support/CodePush/220c9e918e33429e06837cbddcbcc0e8c0c6e5fd9519abe662c9d8d9d2eb9db5/CodePush/main.jsbundle ``` So I add an extra rule to match above url Refer to #780 rollbar/rollbar-react-native#75
Hi,
I am using the code push service to patch the react native bundle of my clients.
When clients have updated from code push, there would be many different minified urls.
I can not upload source maps for all minified urls.
Is it possible to refer source map by version only?
The text was updated successfully, but these errors were encountered: