Skip to content

Commit ea86303

Browse files
nevikashahsdnts
authored andcommitted
changelog for integrations removal (cloudflare#22967)
* integrations removal changelog * integrations removal changelog update * integrations background copy * rebase fix
1 parent d8f1740 commit ea86303

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Workers native integrations were removed from the Cloudflare dashboard
3+
description: The Workers native integrations have been removed from the Workers dashboard. Existing integrations continue to work, and new connections should be configured using Wrangler secrets or the dashboard.
4+
products:
5+
- workers
6+
date: 2025-06-09T19:00:00Z
7+
8+
---
9+
Workers native integrations were [originally launched in May 2023](https://blog.cloudflare.com/announcing-database-integrations/) to connect to popular database and observability providers with your Worker in just a few clicks. We are changing how developers connect Workers to these external services. The **Integrations** tab in the dashboard has been removed in favor of a more direct, command-line-based approach using [Wrangler secrets](/workers/wrangler/commands/#secret).
10+
11+
## What's changed
12+
- **Integrations tab removed**: The integrations setup flow is no longer available in the Workers dashboard.
13+
- **Manual secret configuration**: New connections should be configured by adding credentials as secrets to your Workers using `npx wrangler secret put` commands.
14+
15+
## Impact on existing integrations
16+
**Existing integrations will continue to work without any changes required.** If you have integrations that were previously created through the dashboard, they will remain functional.
17+
18+
## Updating existing integrations
19+
If you'd like to modify your existing integration, you can update the secrets, environment variables, or [Tail Workers](/workers/observability/logs/tail-workers/) that were created from the original integration setup.
20+
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values.
21+
- **Modify environment variables**: Update variables through the dashboard or Wrangler configuration.
22+
- **Dashboard management**: Access your Worker's settings in the [Cloudflare dashboard](https://dash.cloudflare.com) to modify connections created by our removed native integrations feature.
23+
24+
If you have previously set up an observability integration with [Sentry](https://sentry.io), the following environment variables were set and are still modifiable:
25+
- `BLOCKED_HEADERS`: headers to exclude sending to Sentry
26+
- `EXCEPTION_SAMPLING_RATE`: number from 0 - 100, where 0 = no events go through to Sentry, and 100 = all events go through to Sentry
27+
- `STATUS_CODES_TO_SAMPLING_RATES`: a map of status codes -- like 400 or with wildcards like 4xx -- to sampling rates described above
28+
29+
## Setting up new database and observability connections
30+
For new connections, refer to our step-by-step guides on connecting to popular database and observability providers including: [Sentry](/workers/observability/third-party-integrations/sentry), [Turso](/workers/databases/third-party-integrations/turso/), [Neon](/workers/databases/third-party-integrations/neon/), [Supabase](/workers/databases/third-party-integrations/supabase/), [PlanetScale](/workers/databases/third-party-integrations/planetscale/), [Upstash](/workers/databases/third-party-integrations/upstash/), [Xata](/workers/databases/third-party-integrations/xata/).
31+

src/content/docs/workers/observability/third-party-integrations/sentry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description: Connect to a Sentry project from your Worker to automatically send
99
---
1010

1111
Connect to a Sentry project from your Worker to automatically send
12-
errors and uncaught exceptions to Sentry.
12+
errors and uncaught exceptions to Sentry.

0 commit comments

Comments
 (0)