Skip to content

Commit 798f369

Browse files
committed
Lint fix
1 parent 713d39c commit 798f369

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/core/test/tracing/idleNavigationSpan.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
import type { Span } from '@sentry/core';
22
import type { AppStateStatus } from 'react-native';
33

4-
import { getActiveSpan, getCurrentScope, spanToJSON, startInactiveSpan, startSpanManual, timestampInSeconds } from '@sentry/core';
4+
import {
5+
getActiveSpan,
6+
getCurrentScope,
7+
spanToJSON,
8+
startInactiveSpan,
9+
startSpanManual,
10+
timestampInSeconds,
11+
} from '@sentry/core';
512
import { AppState } from 'react-native';
613

714
import type { ScopeWithMaybeSpan } from '../../src/js/tracing/span';

0 commit comments

Comments
 (0)