Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ flush
Function
flush
dev-packages/node-integration-tests/src/index.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
return
Promise.resolve({ statusCode: 200 });
14
},
15
flush(): PromiseLike<boolean> {
16
return
new
Promise(resolve => setTimeout(() => resolve(true), 1000));
17
},
18
};
19
}
20
Callers
13
_wrapHttpFunction
Function · 0.90
_wrapEventFunction
Function · 0.90
_wrapCloudEventFunction
Function · 0.90
processResult
Function · 0.90
processStreamingResult
Function · 0.90
flush
Method · 0.50
flush
Method · 0.50
flush
Method · 0.50
flush
Method · 0.50
flush
Method · 0.50
flush
Method · 0.50
flush
Method · 0.50
Calls
2
setTimeout
Function · 0.85
resolve
Function · 0.50
Tested by
no test coverage detected