Files
klz-cables.com/.pnpm-store/v10/files/07/10abf5c7f0e9bd3139c4487374a54650d8e525ae001ad175b929f6836a2bc858fec1a81b40afd016f52ef77002ca7f6e44fd1eeddfae5e9fbb42df05925d99
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

20 lines
852 B
Plaintext

import { InstrumentationBase, InstrumentationConfig, InstrumentationModuleDefinition } from '@opentelemetry/instrumentation';
import { AnthropicAiOptions } from '@sentry/core';
type AnthropicAiInstrumentationOptions = InstrumentationConfig & AnthropicAiOptions;
/**
* Sentry Anthropic AI instrumentation using OpenTelemetry.
*/
export declare class SentryAnthropicAiInstrumentation extends InstrumentationBase<AnthropicAiInstrumentationOptions> {
constructor(config?: AnthropicAiInstrumentationOptions);
/**
* Initializes the instrumentation by defining the modules to be patched.
*/
init(): InstrumentationModuleDefinition;
/**
* Core patch logic applying instrumentation to the Anthropic AI client constructor.
*/
private _patch;
}
export {};
//# sourceMappingURL=instrumentation.d.ts.map