MCPcopy 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
153function _safeDecodeURI(filename: string): string | undefined {
154 try {
155 return decodeURI(filename);
156 } catch {
157 return undefined;
158 }
159}

Callers 1

nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected