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 8824558 commit e224a41Copy full SHA for e224a41
packages/ember/tests/dummy/config/environment.js
@@ -53,9 +53,6 @@ module.exports = function (environment) {
53
54
// Include fake dsn so that instrumentation is enabled when running from cli
55
ENV['@sentry/ember'].sentry.dsn = 'https://[email protected]/0';
56
-
57
- ENV['@sentry/ember'].minimumRunloopQueueDuration = 0;
58
- ENV['@sentry/ember'].minimumComponentRenderDuration = 0;
59
}
60
61
if (environment === 'production') {
0 commit comments