Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ getImages
Function
getImages
packages/wasm/src/registry.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
* Returns all known images.
78
*/
79
export
function
getImages(): Array<DebugImage> {
80
return
IMAGES;
81
}
82
83
/**
84
* Looks up an image by URL.
Callers
2
processEvent
Function · 0.90
patchFrames
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected