Jeremy PELE
Jeremy PELE
Hi, I just can't load the .jar dependencies through my tests suite cause the dependency is not resolved On the first line of my test page ``` import functional.tests.core.mobile.element.UIElement; ```...
Should fix https://github.com/danielgek/nativescript-sentry/issues/31
For angular aot requirements, a direct string would work correctly e.g => `SentryModule.forRoot({ dsn: 'abc123' }),` but any `const, function, getter` would break the instanciation e.g => `SentryModule.forRoot({ dsn: AppConfig.sentryDSN...
Good job on the last updates, really cool! Got a bit frustrated on development mode on the other hand as every issue is captured without output on the console..Is there...