Skip to content

Commit 5b8d701

Browse files
committed
remove import
1 parent 979e78f commit 5b8d701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/backgroundtab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { getGlobalObject, logger } from '@sentry/utils';
22

3-
import { FINISH_REASON_TAG, IDLE_TRANSACTION_FINISH_REASONS } from '../constants';
3+
import { IDLE_TRANSACTION_FINISH_REASONS } from '../constants';
44
import { IdleTransaction } from '../idletransaction';
55
import { SpanStatusType } from '../span';
66
import { getActiveTransaction } from '../utils';

0 commit comments

Comments
 (0)