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 979e78f commit 5b8d701Copy full SHA for 5b8d701
packages/tracing/src/browser/backgroundtab.ts
@@ -1,6 +1,6 @@
1
import { getGlobalObject, logger } from '@sentry/utils';
2
3
-import { FINISH_REASON_TAG, IDLE_TRANSACTION_FINISH_REASONS } from '../constants';
+import { IDLE_TRANSACTION_FINISH_REASONS } from '../constants';
4
import { IdleTransaction } from '../idletransaction';
5
import { SpanStatusType } from '../span';
6
import { getActiveTransaction } from '../utils';
0 commit comments