Skip to content

Commit 2d2754b

Browse files
authored
chore: Remove vercel logs feature flag from backend (#103975)
The Vercel Log Drain is now GA (getsentry/sentry-options-automator#5786, https://docs.sentry.io/product/drains/integration/vercel/#log-drains). We need to start cleaning up the feature flags. This PR removes the flag from the backend. resolves https://linear.app/getsentry/issue/LOGS-395/clean-up-feature-flags-for-vercel-log-drains We've done this on the frontend (#103940) and relay (getsentry/relay#5406), and [relay has deployed](https://deploy.getsentry.net/go/compare/deploy-relay-pop/532/with/533), so this is a safe change.
1 parent 6fcf8c2 commit 2d2754b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
329329
manager.add("organizations:relay-otlp-traces-endpoint", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
330330
# Enables OTLP Log ingestion in Relay for an entire org.
331331
manager.add("organizations:relay-otel-logs-endpoint", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
332-
# Enables Vercel Log Drain ingestion in Relay for an entire org.
333-
manager.add("organizations:relay-vercel-log-drain-endpoint", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
334332
# Enables Prevent AI in the Sentry UI
335333
manager.add("organizations:prevent-ai", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
336334
# Enables Prevent AI Configuration Page in the Sentry UI

src/sentry/relay/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"organizations:indexed-spans-extraction",
7474
"organizations:relay-otlp-traces-endpoint",
7575
"organizations:relay-otel-logs-endpoint",
76-
"organizations:relay-vercel-log-drain-endpoint",
7776
"organizations:ourlogs-ingestion",
7877
"organizations:tracemetrics-ingestion",
7978
"organizations:view-hierarchy-scrubbing",

0 commit comments

Comments
 (0)