TypeScript SDKAPI ReferenceModelsObservabilitySentryDestinationConfig - TypeScript SDKCopy pageObservabilitySentryDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilitySentryDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilitySentryDestinationConfig = {4 dsn: "<value>",5 otlpEndpoint: "<value>",6}; Fields FieldTypeRequiredDescriptiondsnstring✔️N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.otlpEndpointstring✔️N/A