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 59e51bd commit 8b3a576Copy full SHA for 8b3a576
packages/ember/tests/dummy/app/app.js
@@ -4,7 +4,14 @@ import loadInitializers from 'ember-load-initializers';
4
import config from './config/environment';
5
import * as Sentry from '@sentry/ember';
6
7
-Sentry.init();
+Sentry.init({
8
+ browserTracingOptions: {
9
+ _experiments: {
10
+ // This lead to some flaky tests, as that is sometimes logged
11
+ enableLongTask: false,
12
+ },
13
14
+});
15
16
export default class App extends Application {
17
modulePrefix = config.modulePrefix;
0 commit comments