Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ .size-limit.js
File
.size-limit.js
.size-limit.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
builtinModules = require(
'module'
).builtinModules;
2
const
nodePrefixedBuiltinModules = builtinModules.map(m => `node:${m}`);
3
4
module.exports = [
Callers
nothing calls this directly
Calls
3
createImport
Function · 0.85
createCDNPath
Function · 0.85
push
Method · 0.80
Tested by
no test coverage detected