Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ capture
Method
capture
packages/cli/src/utils/nps/capture.ts:2–2 ·
view source on GitHub ↗
(id: string, name: string, payload: unknown)
Source
from the content-addressed store, hash-verified
1
export
interface
EventCapture {
2
capture(id: string, name: string, payload: unknown): Promise<void>
3
}
4
5
export
class
EventCaptureError extends Error {
Callers
6
submitSurveyEvent
Function · 0.65
emitFlowStarted
Function · 0.65
emitStepCompleted
Function · 0.65
emitStepSkipped
Function · 0.65
emitStepFailed
Function · 0.65
emitFlowCompleted
Function · 0.65
Implementers
1
PosthogEventCapture
packages/cli/src/utils/nps/capture.ts
Calls
no outgoing calls
Tested by
no test coverage detected