8000 Fix lint · mcous/sentry-javascript@242f3b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 242f3b4

Browse files
committed
Fix lint
1 parent bd4fafa commit 242f3b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/profiling-node/src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ export function findProfiledTransactionsFromEnvelope(envelope: Envelope): Event[
263263
return events;
264264
}
265265

266-
const debugIdStackParserCache = new WeakMap<StackParser, Map<string, StackFrame[]>>();
267-
268266
/**
269267
* Cross reference profile collected resources with debug_ids and return a list of debug images.
270268
* @param {string[]} resource_paths

0 commit comments

Comments
 (0)
0