Skip to content

Commit 81bbfb5

Browse files
committed
fix linting
1 parent 6922756 commit 81bbfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { run, _backburner, scheduleOnce } from '@ember/runloop';
33
import { subscribe } from '@ember/instrumentation';
44
import * as Sentry from '@sentry/browser';
55
import { ExtendedBackburner } from '@sentry/ember/runloop';
6-
import { Span, Transaction, Integration } from '@sentry/types';
6+
import { Span, Transaction } from '@sentry/types';
77
import { EmberRunQueues } from '@ember/runloop/-private/types';
88
import { getActiveTransaction } from '..';
99
import { browserPerformanceTimeOrigin, GLOBAL_OBJ, timestampWithMs } from '@sentry/utils';
1010
import { macroCondition, isTesting, getOwnConfig } from '@embroider/macros';
1111
import { EmberSentryConfig, GlobalConfig, OwnConfig } from '../types';
1212
import RouterService from '@ember/routing/router-service';
13-
import { BaseClient } from '@sentry/core';
13+
import type { BaseClient } from '@sentry/core';
1414

1515
function getSentryConfig() {
1616
const _global = GLOBAL_OBJ as typeof GLOBAL_OBJ & GlobalConfig;

0 commit comments

Comments
 (0)