Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ _safeDecodeURI
Function
_safeDecodeURI
packages/core/src/utils/node-stack-trace.ts:153–159 ·
view source on GitHub ↗
(filename: string)
Source
from the content-addressed store, hash-verified
151
}
152
153
function
_safeDecodeURI(filename: string): string | undefined {
154
try {
155
return
decodeURI(filename);
156
} catch {
157
return
undefined;
158
}
159
}
Callers
1
node
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected