Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ handler
Function
handler
packages/aws-serverless/test/sdk.test.ts:105–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
expect.assertions(1);
104
105
const
handler = () => {};
106
const
wrappedHandler = wrapHandler(handler, { flushTimeout: 1337 });
107
108
await
wrappedHandler(fakeEvent, fakeContext, fakeCallback);
Callers
2
middleware.test.ts
File · 0.50
processStreamingResult
Function · 0.50
Calls
3
setTimeout
Function · 0.85
resolve
Method · 0.65
callback
Function · 0.50
Tested by
no test coverage detected