diff --git a/src/docs/product/integrations/cloud-monitoring/cloudflare-workers/index.mdx b/src/docs/product/integrations/cloud-monitoring/cloudflare-workers/index.mdx new file mode 100644 index 0000000000000..b6e56cbc63e32 --- /dev/null +++ b/src/docs/product/integrations/cloud-monitoring/cloudflare-workers/index.mdx @@ -0,0 +1,23 @@ +--- +title: Cloudflare Workers +sidebar_order: 1 +redirect_from: + - /product/integrations/cloudflare-workers +description: "Learn more about the Cloudflare Workers integration" +--- + +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, feel free to contact integrations-marketplace-support@cloudflare.com. + +## Install and Configure + + + +Sentry owner, manager, or admin permissions are required to install this integration. + + + +1. Navigate to **Settings > Integrations > Cloudflare Workers** + +2. Follow the full [Cloudflare Workers installation instructions](https://developers.cloudflare.com/workers/observability/sentry-integration/). diff --git a/src/docs/product/integrations/cloud-monitoring/index.mdx b/src/docs/product/integrations/cloud-monitoring/index.mdx index 1703839278882..cdfe3d80e32d8 100644 --- a/src/docs/product/integrations/cloud-monitoring/index.mdx +++ b/src/docs/product/integrations/cloud-monitoring/index.mdx @@ -6,6 +6,7 @@ description: "Learn more about Sentry's cloud monitoring integrations." Learn more about Sentry's cloud monitoring integrations: +- [Cloudflare Workers](/product/integrations/cloud-monitoring/cloudflare-workers) - [Google Cloud Run](/product/integrations/cloud-monitoring/gcp-cloud-run/) - [Google Cloud Functions - Python](/platforms/python/guides/gcp-functions/) - [Google Cloud Functions - Node](/platforms/node/guides/gcp-functions/) diff --git a/src/docs/product/integrations/index.mdx b/src/docs/product/integrations/index.mdx index dad58d87f7e20..d2185da08f22b 100644 --- a/src/docs/product/integrations/index.mdx +++ b/src/docs/product/integrations/index.mdx @@ -121,6 +121,7 @@ For more details, see the [full Integration Platform documentation](/product/int | Integration | Error Reporting | Performance (Transactions) | | ------------------------------------------------------------------------------------- | --------------- | -------------------------- | +| [Cloudflare Workers](/product/integrations/cloud-monitoring/cloudflare-workers) | X | X | | [Google Cloud Run](/product/integrations/cloud-monitoring/gcp-cloud-run/) | X | X | | [Google Cloud Functions - Python](/platforms/python/guides/gcp-functions/) | X | X | | [Google Cloud Functions - Node](/platforms/node/guides/gcp-functions/) | X | X |