MCPcopy Create free account
hub / github.com/ShipSecAI/studio / record

Method record

packages/component-sdk/src/interfaces.ts:119–119  ·  view source on GitHub ↗

* Record a trace event * @param event Trace event data

(event: TraceEvent)

Source from the content-addressed store, hash-verified

117 * @param event Trace event data
118 */
119 record(event: TraceEvent): void;
120}
121
122export type TraceEventLevel = 'debug' | 'info' | 'warn' | 'error';

Callers 15

pushLogFunction · 0.65
emitProgressFunction · 0.65
recordFunction · 0.65
instrumentedFetchFunction · 0.65
port-meta.test.tsFile · 0.65
mcp.tsFile · 0.65
destinations.tsFile · 0.65
schedules.tsFile · 0.65
artifacts.tsFile · 0.65
webhooks.tsFile · 0.65
execution.tsFile · 0.65
buildLlmProviderSchemaFunction · 0.65

Implementers 3

TraceAdapterworker/src/adapters/trace.adapter.ts
KafkaTraceAdapterworker/src/adapters/kafka-trace.adapte
TestingWebhookServicebackend/src/testing/testing-webhook.se

Calls

no outgoing calls

Tested by

no test coverage detected