Thom Cassady

Results 7 comments of Thom Cassady

Hi @zkrige, Are you using our [private source maps feature](https://airbrake.io/docs/features/private-sourcemaps/)? If not, how are you specifying the source map to the minified JS? Some other options: - [Standard, publicly accessible...

I'm not sure you need to use custom source maps here. At least, you should try to use the standard, private source map pattern matching first since it's simpler. ####...

``` "sourceMapErrors": { "chrome-extension://mgfnoholgmbdfaianbopacjnmadhekna/vendor/ember/ember.js": "Get "chrome-extension://mgfnoholgmbdfaianbopacjnmadhekna/vendor/ember/mgfnoholgmbdfaianbopacjnmadhekna/vendor/ember/ember.map": unsupported protocol scheme "chrome-extension"" } ``` The [custom source map URL](https://airbrake.io/docs/features/custom-sourcemap-urls/) feature tells Airbrake which public URL to find the source map for a...

>its possible my pattern is wrong - let me try with the pattern you have suggested Sounds good! Let us know if you have any issues after updating the pattern....

Hi @madhusudhanv255, There might be an error in the instructions. Can you try accessing the `Notifier` through `Airbrake` like this? Example hello world app with Airbrake and AngularJS 1.5.7: ####...

Hey @MathieuDerelle adding on to what @mmcdaris mentioned, older versions of airbrake-js (before the browser and node packages) that I can see, all point to `api.airbrake.io`. The oldest one I...

Hi @MathieuDerelle, I'd be happy to let the team know about this request. Could you share a little information about this: >But it's not easy to migrate from the old...