Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,3 @@ sidebar_order: 1
description: "Learn more about how you can use Sentry to monitor errors in your Cloudflare Workers applications."
---

Cloudflare Workers allow you to deploy serverless applications instantly across the globe with exceptional performance, reliability, and scale.

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/

## Install and Configure

<Alert>

Sentry owner, manager, or admin permissions are required to install this integration.

</Alert>

1. Navigate to **Settings > Integrations > Cloudflare Workers**

2. Follow the full [Cloudflare Workers installation instructions](https://developers.cloudflare.com/workers/observability/sentry-integration/).
12 changes: 6 additions & 6 deletions docs/platforms/javascript/guides/cloudflare/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ categories:

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:

- **[Astro](frameworks/astro/)**
- **[Hono](frameworks/hono/)**
- **[Hydrogen](frameworks/hydrogen-react-router/)**
- **[Nuxt](frameworks/nuxt/)**
- **[Remix](frameworks/remix/)**
- **[SvelteKit](frameworks/sveltekit/)**
- **[Astro](/platforms/javascript/guides/cloudflare/frameworks/astro/)**
- **[Hono](/platforms/javascript/guides/cloudflare/frameworks/hono/)**
- **[Hydrogen](/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/)**
- **[Nuxt](/platforms/javascript/guides/cloudflare/frameworks/nuxt/)**
- **[Remix](/platforms/javascript/guides/cloudflare/frameworks/remix/)**
- **[SvelteKit](/platforms/javascript/guides/cloudflare/frameworks/sveltekit/)**

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

Expand Down
2 changes: 1 addition & 1 deletion redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const userDocsRedirects = [
},
{
source: '/organization/integrations/cloudflare-workers/',
destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
destination: '/platforms/javascript/guides/cloudflare/',
},
{
source: '/account/require-2fa/',
Expand Down
6 changes: 5 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/organization/integrations/jam/',
to: '/organization/integrations/session-replay/jam/',
},
{
from: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
to: '/platforms/javascript/guides/cloudflare/',
},
{
from: '/product/crons/getting-started/cli/',
to: '/cli/crons/',
Expand Down Expand Up @@ -2041,7 +2045,7 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
},
{
from: '/product/integrations/cloudflare-workers/',
to: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
to: '/platforms/javascript/guides/cloudflare/',
},
{
from: '/product/integrations/vanta/',
Expand Down
Loading