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 97abe0a commit ef84618Copy full SHA for ef84618
packages/core/src/utils-hoist/node-stack-trace.ts
@@ -113,7 +113,7 @@ export function node(getModule?: GetModuleFn): StackLineParserFn {
113
}
114
115
return {
116
- filename,
+ filename: filename ? decodeURI(filename) : undefined,
117
module: getModule ? getModule(filename) : undefined,
118
function: functionName,
119
lineno: _parseIntOrUndefined(lineMatch[3]),
0 commit comments