Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ something
Function
something
packages/deno/test/mod.test.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
});
37
38
function
something() {
39
return
new
Error(
'Some unhandled error'
);
40
}
41
42
client.captureException(something());
43
Callers
1
mod.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected