Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ renderChunk
Function
renderChunk
packages/node-core/rollup.anr-worker.config.mjs:20–22 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
18
{
19
name:
'output-base64-worker-script'
,
20
renderChunk(code) {
21
base64Code = Buffer.from(code).toString(
'base64'
);
22
},
23
},
24
],
25
},
Callers
nothing calls this directly
Calls
2
toString
Method · 0.65
from
Method · 0.45
Tested by
no test coverage detected