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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
sensitivity? | readonly | Sensitivity | Default tier applied to every attribute of this event. | packages/core/src/contracts/tracer.ts:119 |
sensitivityByAttribute? | readonly | Readonly<Record<string, Sensitivity>> | Per-attribute overrides; win over AddEventOptions.sensitivity. | packages/core/src/contracts/tracer.ts:121 |