MCPcopy
hub / github.com/Effect-TS/effect / event

Method event

packages/effect/src/Tracer.ts:124–124  ·  view source on GitHub ↗
(name: string, startTime: bigint, attributes?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

122 end(endTime: bigint, exit: Exit.Exit<unknown, unknown>): void
123 attribute(key: string, value: unknown): void
124 event(name: string, startTime: bigint, attributes?: Record<string, unknown>): void
125 addLinks(links: ReadonlyArray<SpanLink>): void
126}
127

Callers 4

makeWithTransactionFunction · 0.65
fiberRuntime.tsFile · 0.65
addEventFunction · 0.65
recordExceptionFunction · 0.65

Implementers 2

NativeSpanpackages/effect/src/internal/tracer.ts
OtelSpanpackages/opentelemetry/src/internal/tr

Calls

no outgoing calls

Tested by

no test coverage detected