You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
For angular aot requirements, a direct string would work correctly
e.g =>
SentryModule.forRoot({ dsn: 'abc123' }),
but any
const, function, getter
would break the instanciatione.g =>
SentryModule.forRoot({ dsn: AppConfig.sentryDSN }),
Would be cool to have something like
TranslateModule
for instance where you can provide a factoryThe text was updated successfully, but these errors were encountered: