Skip to content

Commit c6947ea

Browse files
fix(integrations): redirect cloudflare workers to sdk integration (#15732)
1 parent deabe5b commit c6947ea

File tree

4 files changed

+12
-23
lines changed

4 files changed

+12
-23
lines changed

docs/organization/integrations/cloud-monitoring/cloudflare-workers/index.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,3 @@ sidebar_order: 1
44
description: "Learn more about how you can use Sentry to monitor errors in your Cloudflare Workers applications."
55
---
66

7-
Cloudflare Workers allow you to deploy serverless applications instantly across the globe with exceptional performance, reliability, and scale.
8-
9-
This integration is maintained and supported by the company that created it. For more details or questions, please contact Cloudflare through their support portal: https://developers.cloudflare.com/support/contacting-cloudflare-support/
10-
11-
## Install and Configure
12-
13-
<Alert>
14-
15-
Sentry owner, manager, or admin permissions are required to install this integration.
16-
17-
</Alert>
18-
19-
1. Navigate to **Settings > Integrations > Cloudflare Workers**
20-
21-
2. Follow the full [Cloudflare Workers installation instructions](https://developers.cloudflare.com/workers/observability/sentry-integration/).

docs/platforms/javascript/guides/cloudflare/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ categories:
1111

1212
Use this guide for general instructions on using the Sentry SDK with Cloudflare. If you're using any of the listed frameworks, follow their specific setup instructions:
1313

14-
- **[Astro](frameworks/astro/)**
15-
- **[Hono](frameworks/hono/)**
16-
- **[Hydrogen](frameworks/hydrogen-react-router/)**
17-
- **[Nuxt](frameworks/nuxt/)**
18-
- **[Remix](frameworks/remix/)**
19-
- **[SvelteKit](frameworks/sveltekit/)**
14+
- **[Astro](/platforms/javascript/guides/cloudflare/frameworks/astro/)**
15+
- **[Hono](/platforms/javascript/guides/cloudflare/frameworks/hono/)**
16+
- **[Hydrogen](/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/)**
17+
- **[Nuxt](/platforms/javascript/guides/cloudflare/frameworks/nuxt/)**
18+
- **[Remix](/platforms/javascript/guides/cloudflare/frameworks/remix/)**
19+
- **[SvelteKit](/platforms/javascript/guides/cloudflare/frameworks/sveltekit/)**
2020

2121
<PlatformContent includePath="getting-started-prerequisites" />
2222

redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const userDocsRedirects = [
264264
},
265265
{
266266
source: '/organization/integrations/cloudflare-workers/',
267-
destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
267+
destination: '/platforms/javascript/guides/cloudflare/',
268268
},
269269
{
270270
source: '/account/require-2fa/',

src/middleware.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
289289
from: '/organization/integrations/jam/',
290290
to: '/organization/integrations/session-replay/jam/',
291291
},
292+
{
293+
from: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
294+
to: '/platforms/javascript/guides/cloudflare/',
295+
},
292296
{
293297
from: '/product/crons/getting-started/cli/',
294298
to: '/cli/crons/',
@@ -2041,7 +2045,7 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
20412045
},
20422046
{
20432047
from: '/product/integrations/cloudflare-workers/',
2044-
to: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
2048+
to: '/platforms/javascript/guides/cloudflare/',
20452049
},
20462050
{
20472051
from: '/product/integrations/vanta/',

0 commit comments

Comments
 (0)