Skip to content

Commit 3a441fe

Browse files
committed
fix(ember): Fix Test Flake
Revert "fix(ember): Fix merging env config (#4714)" This reverts commit cc44957.
1 parent cc44957 commit 3a441fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/ember/addon/instance-initializers/sentry-performance.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ function getSentryConfig() {
1414
const _global = getGlobalObject<GlobalConfig>();
1515
_global.__sentryEmberConfig = _global.__sentryEmberConfig ?? {};
1616
const environmentConfig = getOwnConfig<OwnConfig>().sentryConfig;
17-
if (!environmentConfig.sentry) {
18-
environmentConfig.sentry = {
19-
browserTracingOptions: {},
20-
};
21-
}
2217
Object.assign(environmentConfig.sentry, _global.__sentryEmberConfig);
2318
return environmentConfig;
2419
}

0 commit comments

Comments
 (0)