opbeat-js
opbeat-js copied to clipboard
Support Angular2
:+1:
Are there any concrete plans for this?
We tried including the js version in our website however it breaks some of our angular2 applications (it causes the components to not always initialise on route change).
It somewhat resembles this issue: https://github.com/angular/angular/issues/8012
is it possible that you are including any of the scripts mentioned there in your opbeat js file?
Hi @MHoogervorst ,
Thanks for your interest and sorry for the slow response.
Angular2 is definitely something that we want to support. Unfortunately, I can't provide a timeline now, partly because some of their APIs are still subject to change.
Have a good one, Hamid
@MHoogervorst, I was able to integrate the error reporting functionality of opbeat into angular 2 by overriding the default ExceptionHandler. Feel free to checkout my blog post about it: https://ramsay.xyz/2016/09/05/opbeat-angular-2-integration.html.