MCPcopy Create free account
hub / github.com/Effect-TS/effect / event

Method event

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

Source from the content-addressed store, hash-verified

383 end(endTime: bigint, exit: Exit.Exit<unknown, unknown>): void
384 attribute(key: string, value: unknown): void
385 event(name: string, startTime: bigint, attributes?: Record<string, unknown>): void
386 addLinks(links: ReadonlyArray<SpanLink>): void
387}
388

Callers 4

makeWithTransactionFunction · 0.65
effect.tsFile · 0.65
addEventFunction · 0.65
recordExceptionFunction · 0.65

Implementers 2

NativeSpanpackages/effect/src/Tracer.ts
OtelSpanpackages/opentelemetry/src/OtelTracer.

Calls

no outgoing calls

Tested by

no test coverage detected