Skip to content

Commit

Permalink
Fix all errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 3, 2020
1 parent a15d753 commit 1efd526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/tracing/src/integrations/tracing/backgroundtab.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { getGlobalObject, logger, timestampWithMs, isInstanceOf } from '@sentry/utils';
import { getGlobalObject, isInstanceOf, logger, timestampWithMs } from '@sentry/utils';

import { IdleTransaction } from '../../idletransaction';
import { SpanStatus } from '../../spanstatus';

import { getActiveTransaction } from './utils';
import { IdleTransaction } from '../../idletransaction';

const global = getGlobalObject<Window>();

Expand Down
2 changes: 1 addition & 1 deletion packages/tracing/src/integrations/tracing/router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Hub } from '@sentry/hub';
import { TransactionContext } from '@sentry/types';
import { addInstrumentationHandler, getGlobalObject, timestampWithMs, logger } from '@sentry/utils';
import { addInstrumentationHandler, getGlobalObject, logger, timestampWithMs } from '@sentry/utils';

import { IdleTransaction } from '../../idletransaction';

Expand Down

0 comments on commit 1efd526

Please sign in to comment.