Skip to content

Commit 6a371c4

Browse files
fix(frames): remove non absolute non url frame.abs_path coming from default stack parser
related changes in JS getsentry/sentry-javascript#7167
1 parent 8a53c0d commit 6a371c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/sdk.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export function init(passedOptions: ReactNativeOptions): void {
126126
? `${appPrefix}${frame.filename}`
127127
: `${appPrefix}/${frame.filename}`;
128128
}
129+
delete frame.abs_path;
129130
}
130131
return frame;
131132
},

0 commit comments

Comments
 (0)