Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions relay-dynamic-config/src/feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ pub enum Feature {
/// Serialized as `organizations:relay-otel-logs-endpoint`.
#[serde(rename = "organizations:relay-otel-logs-endpoint")]
OtelLogsEndpoint,
/// Enable logs ingestion via the Vercel Log Drain endpoint.
///
/// Serialized as `organizations:relay-vercel-log-drain-endpoint`.
#[serde(rename = "organizations:relay-vercel-log-drain-endpoint")]
VercelLogDrainEndpoint,
/// Enable playstation crash dump ingestion via the `/playstation/` endpoint.
///
/// Serialized as `organizations:relay-playstation-ingestion`.
Expand Down
Loading