Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / AddEventOptions

Interface: AddEventOptions

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

Stable

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.

Properties

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