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 was 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, getterwould break the instanciatione.g =>
SentryModule.forRoot({ dsn: AppConfig.sentryDSN }),Would be cool to have something like
TranslateModulefor instance where you can provide a factory