ObservabilitySentryDestinationConfig - TypeScript SDK

ObservabilitySentryDestinationConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ObservabilitySentryDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilitySentryDestinationConfig = {
4 dsn: "<value>",
5 otlpEndpoint: "<value>",
6};

Fields

FieldTypeRequiredDescription
dsnstring✔️N/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
otlpEndpointstring✔️N/A