Skip to content

Commit e224a41

Browse files
committed
remove duplicate ember config
This is the same as the default config that is set anyhow, so no need to repeat this for test env.
1 parent 8824558 commit e224a41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/ember/tests/dummy/config/environment.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ module.exports = function (environment) {
5353

5454
// Include fake dsn so that instrumentation is enabled when running from cli
5555
ENV['@sentry/ember'].sentry.dsn = 'https://[email protected]/0';
56-
57-
ENV['@sentry/ember'].minimumRunloopQueueDuration = 0;
58-
ENV['@sentry/ember'].minimumComponentRenderDuration = 0;
5956
}
6057

6158
if (environment === 'production') {

0 commit comments

Comments
 (0)