MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / useCaptureEvent

Function useCaptureEvent

packages/web/src/hooks/useCaptureEvent.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 * @see: https://posthog.com/docs/libraries/js#capturing-events
21 */
22const useCaptureEvent = () => {
23 return captureEvent;
24}
25
26export default useCaptureEvent;

Callers 15

ChatBoxComponentFunction · 0.85
UpsellDialogFunction · 0.85
SecurityCardFunction · 0.85
RegistrationCardFunction · 0.85
ConsentScreenFunction · 0.85
EditorContextMenuFunction · 0.85
SearchAssistBoxFunction · 0.85
SearchBarFunction · 0.85
SearchResultsPageFunction · 0.85
DemoCardsFunction · 0.85
ApiKeysPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected