MCPcopy 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
16const captureException = (error: Error) => {
17 if (isLogRocketEnabled()) {
18 LogRocket.captureException(error);
19 }
20};
21
22const identify = (user: User) => {
23 if (isLogRocketEnabled()) {

Callers 3

main.tsFile · 0.85
initMethod · 0.85
handleMethod · 0.85

Calls 1

isLogRocketEnabledFunction · 0.85

Tested by

no test coverage detected