Skip to content

Commit b01d546

Browse files
committed
add code snippet language to interpolate api
1 parent f1bc5c8 commit b01d546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/product/drains/integration/cloudflare.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To configure your logs destination, click **Add destination** and configure the
2828
2. Destination Type: Select Logs
2929
3. OTLP Endpoint: Your Sentry OTLP logs endpoint (e.g., `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/logs`)
3030

31-
```
31+
```bash
3232
___OTLP_LOGS_URL___
3333
```
3434

@@ -50,7 +50,7 @@ To configure your traces destination, click **Add destination** and configure th
5050
2. Destination Type: Select Traces
5151
3. OTLP Endpoint: Your Sentry OTLP traces endpoint (e.g., `https://{HOST}/api/{PROJECT_ID}/integration/otlp/v1/traces`)
5252

53-
```
53+
```bash
5454
___OTLP_TRACES_URL___
5555
```
5656

docs/product/drains/integration/vercel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ After selecting the Logs data type, you'll need to configure the drain to send d
4747
4. Select which environments to drain from. You can choose to drain from all environments or select specific ones.
4848
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.
4949

50-
```
50+
```bash
5151
___VERCEL_LOG_DRAIN_URL___
5252
```
5353

@@ -67,7 +67,7 @@ After selecting the Traces data type, you'll need to configure the drain to send
6767
2. Configure the sampling rate to control the volume of data sent to your drain. We recommend sampling 100% of the data to ensure you get all the data you need.
6868
3. 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)** > **OpenTelemetry (OTLP)** under the **OTLP Traces Endpoint** section.
6969

70-
```
70+
```bash
7171
___OTLP_TRACES_URL___
7272
```
7373

0 commit comments

Comments
 (0)