Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
22
const
useCaptureEvent = () => {
23
return
captureEvent;
24
}
25
26
export
default useCaptureEvent;
Callers
15
ChatBoxComponent
Function · 0.85
UpsellDialog
Function · 0.85
SecurityCard
Function · 0.85
RegistrationCard
Function · 0.85
ConsentScreen
Function · 0.85
EditorContextMenu
Function · 0.85
MobileUnsupportedSplashScreen
Function · 0.85
SearchAssistBox
Function · 0.85
SearchBar
Function · 0.85
SearchResultsPage
Function · 0.85
DemoCards
Function · 0.85
ApiKeysPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected