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