opbeat-js icon indicating copy to clipboard operation
opbeat-js copied to clipboard

Support Angular2

Open auchenberg opened this issue 9 years ago • 4 comments

auchenberg avatar Dec 29 '15 00:12 auchenberg

:+1:

nwhite89 avatar Feb 03 '16 09:02 nwhite89

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?

ghost avatar Jun 30 '16 10:06 ghost

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

hmdhk avatar Jul 04 '16 10:07 hmdhk

@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.

nexus-uw avatar Sep 05 '16 14:09 nexus-uw