Skip to content

Commit 61454e4

Browse files
committed
fix(core): Remove abs_path from stack trace (reverting #7167)
1 parent b589685 commit 61454e4

File tree

15 files changed

+231
-1532
lines changed

15 files changed

+231
-1532
lines changed

packages/browser/src/stack-parsers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const GECKO_PRIORITY = 50;
1313
function createFrame(filename: string, func: string, lineno?: number, colno?: number): StackFrame {
1414
const frame: StackFrame = {
1515
filename,
16-
abs_path: filename, // As opposed to filename, abs_path is immutable (I can't control your actions but don't touch it!)
1716
function: func,
1817
in_app: true, // All browser frames are considered in_app
1918
};

0 commit comments

Comments
 (0)