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.
@sentry/browser
1 parent 24c5c28 commit 36eddb2Copy full SHA for 36eddb2
packages/ember/addon/instance-initializers/sentry-performance.ts
@@ -2,7 +2,7 @@ import ApplicationInstance from '@ember/application/instance';
2
import Ember from 'ember';
3
import { run } from '@ember/runloop';
4
import environmentConfig from 'ember-get-config';
5
-import Sentry from '@sentry/browser';
+import * as Sentry from '@sentry/browser';
6
import { Span, Transaction, Integration } from '@sentry/types';
7
import { EmberRunQueues } from '@ember/runloop/-private/types';
8
import { getActiveTransaction } from '..';
0 commit comments