Skip to content

Commit 8f3e774

Browse files
fix lint
1 parent 5cb2562 commit 8f3e774

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/browser/src/profiling/utils.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ import type {
1414
import { createEnvelope, dropUndefinedKeys, dsnToString, logger, uuid4 } from '@sentry/utils';
1515

1616
import { WINDOW } from '../helpers';
17-
import type {
18-
JSSelfProfile,
19-
JSSelfProfileStack,
20-
RawThreadCpuProfile,
21-
} from './jsSelfProfiling';
17+
import type { JSSelfProfile, JSSelfProfileStack, RawThreadCpuProfile } from './jsSelfProfiling';
2218

2319
const MS_TO_NS = 1e6;
2420
// Use 0 as main thread id which is identical to threadId in node:worker_threads

packages/utils/src/cache.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { Event } from '@sentry/types';
2-
31
/**
42
* Creates a cache that evicts keys in fifo order
53
* @param size {Number}

0 commit comments

Comments
 (0)