Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/product/drains/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ After selecting the Logs data type, you'll need to configure the drain to send d
3. Select which log sources to collect. See [Log Source Details](#log-source-details) for more information.

4. Select which environments to drain from. You can choose to drain from all environments or select specific ones.
5. Under the custom endpoint tab add the Sentry Vercel Log Drain Endpoint in the URL field. You can find the endpoint in your [Sentry Project Settings](https://sentry.io/settings/projects/) under **Client Keys (DSN)** > **Vercel**. You can select either JSON or NDJSON encoding.
5. Under the custom endpoint tab add the Sentry Vercel Log Drain Endpoint in the URL field. You can find the endpoint in your [Sentry Project Settings](https://sentry.io/settings/projects/) under **Client Keys (DSN)** > **Vercel Drains**. You can select either JSON or NDJSON encoding.

```bash
___VERCEL_LOG_DRAIN_URL___
```

6. Click the Custom Headers toggle and add the Sentry Authentication Header. You'll also find the header value in your [Sentry Project Settings](https://sentry.io/settings/projects/) under **Client Keys (DSN)** > **Vercel**.
6. Click the Custom Headers toggle and add the Sentry Authentication Header. You'll also find the header value in your [Sentry Project Settings](https://sentry.io/settings/projects/) under **Client Keys (DSN)** > **Vercel Drains**.

```
x-sentry-auth: sentry sentry_key=___PUBLIC_KEY___
Expand Down
9 changes: 9 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,15 @@ const userDocsRedirects = [
source: '/product/alerts/:path*',
destination: '/product/monitors-and-alerts/alerts/',
},
// Drains reorg: integration/ subfolder flattened, OTLP collector moved to concepts
{
source: '/product/drains/integration/opentelemetry-collector/',
destination: '/concepts/otlp/forwarding/pipelines/collector/',
},
{
source: '/product/drains/integration/:path*',
destination: '/product/drains/:path*',
},
];

/**
Expand Down
Loading