-
Notifications
You must be signed in to change notification settings - Fork 30
Function calls are not supported in decorators but 'SentryModule' was called. #25
Comments
@goyote just published 1.8.1 with rc tag, can you try it out ? thanks |
I get the same error on 1.8.1 have I install the correct version
|
humm ok will take a deeper look and report back |
By the way this only happens when using aot |
Hi @dottodot and @goyote i think it's fixed, can you check with tns plugin add [email protected] ? |
OK so aot is working now but I get error when using
|
Strange i got no errors while i was testing, will do more tests to see if i can sort it out, thanks ;) |
Hi @dottodot i can't reproduce it, can you send a longer stacktrace or a test case? |
OK I've found the cause of the issue. It was because I'd add my own custom error handler not realising you'd already done that. So for some reason doing that causes the error. |
it shouldn't do that, humm will investigate further, thanks ;) will release this in the coming days ;) |
I get this error when building for prod:
ERROR in Error during template compile of 'AppModule'
Function calls are not supported in decorators but 'SentryModule' was called.
However during dev there's no problem.
My code in app.module.ts
The text was updated successfully, but these errors were encountered: