Skip to main content
Version: 2.x

Function: telemetryOperationAttributes()

telemetryOperationAttributes(operation, attributes?): Record<string, TelemetryAttributeValue>

Defined in: javascript/src/telemetry/index.ts:58

Build the safe base attributes for one Bursar operation.

Parameters

operation

string

attributes?

Readonly<Record<string, unknown>> = {}

Returns

Record<string, TelemetryAttributeValue>