Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxfoundation/crowd.dev
/ captureException
Function
captureException
frontend/src/utils/logRocket/index.ts:16–20 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
14
};
15
16
const
captureException = (error: Error) => {
17
if
(isLogRocketEnabled()) {
18
LogRocket.captureException(error);
19
}
20
};
21
22
const
identify = (user: User) => {
23
if
(isLogRocketEnabled()) {
Callers
3
main.ts
File · 0.85
init
Method · 0.85
handle
Method · 0.85
Calls
1
isLogRocketEnabled
Function · 0.85
Tested by
no test coverage detected