Skip to content

Commit 36eddb2

Browse files
authored
fix(ember): Use correct import from @sentry/browser (#3077)
1 parent 24c5c28 commit 36eddb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ApplicationInstance from '@ember/application/instance';
22
import Ember from 'ember';
33
import { run } from '@ember/runloop';
44
import environmentConfig from 'ember-get-config';
5-
import Sentry from '@sentry/browser';
5+
import * as Sentry from '@sentry/browser';
66
import { Span, Transaction, Integration } from '@sentry/types';
77
import { EmberRunQueues } from '@ember/runloop/-private/types';
88
import { getActiveTransaction } from '..';

0 commit comments

Comments
 (0)