We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfcce1 commit c9d2a12Copy full SHA for c9d2a12
src/sdk.ts
@@ -50,7 +50,6 @@ export function init(
50
} else {
51
filename = frame.filename.indexOf('/') === 0 ? `${appPrefix}${frame.filename.slice(1)}` : `${appPrefix}${frame.filename}`;
52
}
53
- console.log('RewriteFrames', frame.filename, appPrefix, filename);
54
frame.filename = filename;
55
// We always want to have a tripple slash
56
0 commit comments