Skip to content

Commit bc420e3

Browse files
author
Shannon Anahata
committed
fix(integrations): Clean up broken/stale integration docs
- Cloudflare Workers: Replace empty page with summary of SDK features, linking to full docs at /platforms/javascript/guides/cloudflare/ - GCP Cloud Run: Rewrite thin page with clear guidance that Cloud Run uses standard SDKs, with links to individual framework docs - Revise.dev: Remove defunct page (product no longer exists) - Phoebe: Remove page (product pivoted, no longer a Sentry integration) - Qckfx: Remove page (product pivoted to iOS testing, no Sentry integration) - Sevvy -> Corelayer: Rename and update content, fix installation link to docs.corelayer.com/integrations/sentry, fix contact email - Update index pages and add redirects for all removed/moved pages
1 parent f846e3b commit bc420e3

13 files changed

Lines changed: 79 additions & 116 deletions

File tree

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
---
22
title: Cloudflare Workers
33
sidebar_order: 1
4-
description: "Learn more about how you can use Sentry to monitor errors in your Cloudflare Workers applications."
4+
description: "Learn how to use Sentry to monitor errors and performance in your Cloudflare Workers and Pages applications."
55
---
66

7+
Sentry's Cloudflare Workers SDK (`@sentry/cloudflare`) provides error monitoring, performance tracing, and logging for applications running on Cloudflare Workers and Cloudflare Pages. The SDK wraps your Worker or Pages handler to automatically capture errors and trace requests.
8+
9+
## Key Features
10+
11+
- Automatic error and performance monitoring for Workers and Pages
12+
- First-class instrumentation for Cloudflare-specific features:
13+
- **D1** (serverless SQL database)
14+
- **Durable Objects** (stateful actors with RPC trace propagation)
15+
- **Workflows** (multi-step workflows with hibernation-safe tracing)
16+
- Framework support for Astro, Hono, Hydrogen, Next.js, Nuxt, Remix, SvelteKit, and TanStack Start on Cloudflare
17+
18+
## Get Started
19+
20+
Install the `@sentry/cloudflare` package and configure the SDK by wrapping your Worker or Pages handler with `Sentry.withSentry()` or `Sentry.sentryPagesPlugin()`.
21+
22+
For full installation and configuration instructions, see the [Cloudflare Workers SDK documentation](/platforms/javascript/guides/cloudflare/).
Binary file not shown.
Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
---
22
title: Google Cloud Run
33
sidebar_order: 1
4-
description: >-
5-
Learn more about how you can use Sentry with your Google Cloud Run
6-
applications.
7-
og_image: /og-images/organization-integrations-cloud-monitoring-gcp-cloud-run.png
4+
description: "Learn how to use Sentry to monitor errors and performance in your Google Cloud Run applications."
85
---
96

10-
Cloud Run helps developers save time in building and deploying their applications. Sentry helps save time in resolving production issues by providing detailed debugging capabilities.
7+
Google Cloud Run manages containerized applications. Sentry works with Cloud Run the same way it works with any other server environment, install the Sentry SDK for the language and framework running inside your container.
118

12-
## Install and Configure
9+
Instrument your application code directly, build it into your container image, and deploy to Cloud Run as usual.
1310

14-
<Alert>
11+
## Set Up
1512

16-
Sentry owner, manager, or admin permissions are required to install this integration.
13+
1. **Choose the Sentry SDK for your application's language and framework.** For example:
14+
- **JavaScript:** [Node.js](/platforms/javascript/guides/node/), [Express](/platforms/javascript/guides/express/), [Fastify](/platforms/javascript/guides/fastify/)
15+
- **Python:** [Django](/platforms/python/integrations/django/), [Flask](/platforms/python/integrations/flask/), [FastAPI](/platforms/python/integrations/fastapi/)
16+
- **Go:** [net/http](/platforms/go/guides/http/), [Gin](/platforms/go/guides/gin/), [Echo](/platforms/go/guides/echo/), [Fiber](/platforms/go/guides/fiber/)
17+
- **Java:** [Spring Boot](/platforms/java/guides/spring-boot/), [Spring](/platforms/java/guides/spring/)
18+
- **Ruby:** [Ruby](/platforms/ruby/), [Rails](/platforms/ruby/guides/rails/)
19+
- **.NET:** [.NET](/platforms/dotnet/), [ASP.NET Core](/platforms/dotnet/guides/aspnetcore/)
1720

18-
</Alert>
21+
See the full list of [supported platforms](/platforms/).
1922

20-
1. [Create an account](https://sentry.io/signup/) (or [Login](https://sentry.io/auth/login/)) on Sentry
23+
2. **Follow the SDK setup instructions for your platform.** This typically involves installing the SDK package, initializing it with your DSN, and adding it to your application's entrypoint.
2124

22-
2. Choose your application platform
25+
3. **Build and deploy your container to Cloud Run.** No additional Cloud Run configuration is needed — Sentry runs inside your application process and sends events directly to Sentry's servers.
2326

24-
![Sentry Choose Platform](./img/sentry-choose-platform.png)
27+
## Verify
2528

26-
3. Follow instructions to instrument your Cloud Run application. Detailed platform docs [here](/platforms/).
27-
28-
4. Deploy your Cloud Run application with GCP.
29+
Once deployed, trigger a test error in your application. The error should appear on the **Issues** page in [sentry.io](https://sentry.io). If you've enabled tracing, request performance data will appear on the **Performance** page.

docs/integrations/cloud-monitoring/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 100
44
description: "Learn more about Sentry's cloud monitoring integrations."
55
---
66

7-
- [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers)
7+
- [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers/)
88
- [Google Cloud Run](/integrations/cloud-monitoring/gcp-cloud-run/)
99
- [Google Cloud Functions - Python](/platforms/python/integrations/gcp-functions/)
1010
- [Google Cloud Functions - Node](/platforms/javascript/guides/gcp-functions/)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Corelayer
3+
sidebar_order: 1
4+
5+
description: "Learn about Sentry's Corelayer integration, which helps users debug, fix, and prevent issues, with full-stack context."
6+
---
7+
The Corelayer integration connects Sentry with Corelayer, an AI-powered platform that monitors your production systems, debugs failures, and performs root-cause analysis using rich context from across your stack. When issues are created or updated in Sentry, Corelayer enriches the event with data from your logs, metrics, source code, databases, docs, runbooks, PRs, deployments, and past incidents, summarizing the root cause and remediation steps.
8+
9+
This integration is maintained and supported by Corelayer (formerly Sevvy). For more details, questions, or support, contact support@corelayer.com.
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 > [Corelayer](https://sentry.io/orgredirect/organizations/:orgslug/settings/sentry-apps/sevvy/)**
20+
21+
2. Follow the full [Corelayer installation instructions](https://docs.corelayer.com/integrations/sentry).

docs/integrations/debugging/index.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ description: "Learn more about Sentry's debugging integrations."
77
- [CodeComet](/integrations/debugging/codecomet/)
88
- [Foam](/integrations/debugging/foamai/)
99
- [Logicstar](/integrations/debugging/logicstar/)
10-
- [Phoebe](/integrations/debugging/phoebeai/)
11-
- [Revise.dev](/integrations/debugging/revisedev/)
10+
- [Corelayer](/integrations/debugging/corelayer/)
1211
- [Rookout](/integrations/debugging/rookout/)
13-
- [Sevvy](/integrations/debugging/sevvy/)
1412
- [Sourcery](/integrations/debugging/sourcery/)
1513
- [Tembo](/integrations/debugging/tembo/)
16-
- [Qckfx](/integrations/debugging/qckfx/)
1714

docs/integrations/debugging/phoebeai/index.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/integrations/debugging/qckfx/index.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/integrations/debugging/revisedev/index.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/integrations/debugging/sevvy/index.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)