Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / AddEventOptions

Interface: AddEventOptions

Defined in: packages/core/src/contracts/tracer.ts:117

W-094: sensitivity opts for AISpan.addEvent. Event attributes used to be un-taggable, so a default-'public' export floor dropped ALL of them - including exception.type from recordException.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
sensitivity?readonlySensitivityDefault tier applied to every attribute of this event.packages/core/src/contracts/tracer.ts:119
sensitivityByAttribute?readonlyReadonly<Record&lt;string, Sensitivity&gt;>Per-attribute overrides; win over AddEventOptions.sensitivity.packages/core/src/contracts/tracer.ts:121