|
1 | 1 | --- |
2 | | -title: Workers integrations tab removed from dashboard |
3 | | -description: As we evolve our integrations marketplace strategy, the Workers integrations tab has been removed from the Workers dashboard. Existing integrations continue to work, and new connections should be configured using Wrangler secrets. |
| 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 | 4 | products: |
5 | 5 | - workers |
6 | 6 | date: 2025-06-09T19:00:00Z |
7 | | ---- |
8 | | - |
9 | | -We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret). |
10 | | - |
11 | | -## Background |
12 | 7 |
|
13 | | -Database integrations were [originally launched in May 2023](https://blog.cloudflare.com/announcing-database-integrations/) to connect to popular databases and observability providers with your Worker in just a few clicks. |
| 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 have since removed the integrations tab from the Workers dashboard, however, existing integrations remain functional. |
14 | 10 |
|
15 | 11 | ## What's changed |
16 | | - |
17 | | -- **Integrations tab removed**: The database integrations setup flow is no longer available in the Workers dashboard. |
18 | | -- **Manual secret configuration**: New database connections should be configured by adding credentials as secrets to your Workers using `npx wrangler secret put` commands. |
19 | | -- **Simplified workflow**: Developers now have direct control over their database credentials without needing to go through dashboard integration flows. |
20 | | - |
| 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. |
21 | 14 |
|
22 | 15 | ## Impact on existing integrations |
23 | | - |
24 | | -**Existing integrations will continue to work without any changes required.** If you have database integrations that were previously created through the dashboard, they will remain functional. |
| 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. |
25 | 17 |
|
26 | 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. |
27 | 23 |
|
28 | | -If you'd like to modify your existing integration, you can update the secrets, environment variables, or Tail Workers that were created from the original integration setup. Use the following approaches: |
29 | | - |
30 | | -- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values |
31 | | -- **Modify environment variables**: Update variables through the dashboard or Wrangler configuration |
32 | | -- **Dashboard management**: Access your Worker's settings in the [Cloudflare dashboard](https://dash.cloudflare.com) to modify integration-created resources |
33 | | - |
34 | | -## Setting up new database connections |
35 | | - |
36 | | -For new database connections, refer to our [third-party database integrations documentation](/workers/databases/third-party-integrations/) for step-by-step guides on connecting to popular database providers including: |
| 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 |
37 | 28 |
|
38 | | -- [Turso](/workers/databases/third-party-integrations/turso/) |
39 | | -- [Neon](/workers/databases/third-party-integrations/neon/) |
40 | | -- [Supabase](/workers/databases/third-party-integrations/supabase/) |
41 | | -- [PlanetScale](/workers/databases/third-party-integrations/planetscale/) |
42 | | -- [Upstash](/workers/databases/third-party-integrations/upstash/) |
43 | | -- [Xata](/workers/databases/third-party-integrations/xata/) |
| 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/). |
44 | 31 |
|
45 | | -Each guide includes the exact `wrangler secret put` commands and environment setup needed to connect your Worker to the respective database service. |
0 commit comments