Steren

Results 159 comments of Steren

I created a new release with all your existing improvements. Thanks a lot for your contributions!

This seems a very relevant suggestion. I would encourage to build this feature into https://github.com/stacktracejs/stacktrace.js/, which is the library this module uses. CC @eriwen

The Stackdriver Error Reporting backend groups errors based on complex heuristics, looking at their stacktraces and message. However, it does not do a good job for browser-based errors, as it...

For Stackdriver Error Reporting: yes, the backend already has some grouping function that decides if two errors events are the same error. However, it expects normalized errors the same code...

Stackdriver Error Reporting does not allow to pass arbitrary labels. You would need to add this information to the error message

As far as I know, this library is not officially supported. I Can follow up internally to see if it could be.

No update. It is likely that this library will stay an "unofficial Google product" and will stay maintained on the side by volunteers like me and whoever sends PRs to...

`stacktrace-js` is needed for this library as it helps normalize the stacktraces before sending them to the server (stacktraces differ between browsers, e.g. Firefox / Chrome) if you try to...

I'm definitely supportive of dropping support for old browsers.

If you give it a try, please share a Pull Request with us to update the README for Angular 2+