MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / checkConnectivity

Function checkConnectivity

src/app/sentry-example-page/page.tsx:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18 useEffect(() => {
19 async function checkConnectivity() {
20 const result = await Sentry.diagnoseSdkConnectivity();
21 setIsConnected(result !== 'sentry-unreachable');
22 }
23 checkConnectivity();
24 }, []);
25

Callers 1

PageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected