Skip to content

@flarelog/sdk


@flarelog/sdk / AIInstrumentationHandle

Interface: AIInstrumentationHandle

Defined in: ai/index.ts:54

Handle returned by flarelogAI() — call .dispose() to remove all instrumentation (restores the original fetch, etc.).

Methods

dispose()

dispose(): void

Defined in: ai/index.ts:56

Remove all AI instrumentation installed by this handle.

Returns

void

Released under the MIT License.