We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b67eb3 commit 778ad8bCopy full SHA for 778ad8b
packages/ember/addon/index.ts
@@ -18,7 +18,7 @@ function _getSentryInitConfig() {
18
return _global.__sentryEmberConfig;
19
}
20
21
-export function InitSentryForEmber(_runtimeConfig: BrowserOptions | undefined) {
+export function InitSentryForEmber(_runtimeConfig?: BrowserOptions) {
22
const environmentConfig = getOwnConfig<OwnConfig>().sentryConfig;
23
24
assert('Missing configuration.', environmentConfig);
0 commit comments