Skip to content
Open
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
18 changes: 17 additions & 1 deletion docs/integrations/cloud-monitoring/cloudflare-workers/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
---
title: Cloudflare Workers
sidebar_order: 1
description: "Learn more about how you can use Sentry to monitor errors in your Cloudflare Workers applications."
description: "Learn how to use Sentry to monitor errors and performance in your Cloudflare Workers and Pages applications."
---

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.

## Key Features

- Automatic error and performance monitoring for Workers and Pages
- First-class instrumentation for Cloudflare-specific features:
- **D1** (serverless SQL database)
- **Durable Objects** (stateful actors with RPC trace propagation)
- **Workflows** (multi-step workflows with hibernation-safe tracing)
- Framework support for Astro, Hono, Hydrogen, Next.js, Nuxt, Remix, SvelteKit, and TanStack Start on Cloudflare

## Get Started

Install the `@sentry/cloudflare` package and configure the SDK by wrapping your Worker or Pages handler with `Sentry.withSentry()` or `Sentry.sentryPagesPlugin()`.

For full installation and configuration instructions, see the [Cloudflare Workers SDK documentation](/platforms/javascript/guides/cloudflare/).
Binary file not shown.
31 changes: 16 additions & 15 deletions docs/integrations/cloud-monitoring/gcp-cloud-run/index.mdx
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
---
title: Google Cloud Run
sidebar_order: 1
description: >-
Learn more about how you can use Sentry with your Google Cloud Run
applications.
og_image: /og-images/organization-integrations-cloud-monitoring-gcp-cloud-run.png
description: "Learn how to use Sentry to monitor errors and performance in your Google Cloud Run applications."
---

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.
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.

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

<Alert>
## Set Up

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

</Alert>
See the full list of [supported platforms](/platforms/).

1. [Create an account](https://sentry.io/signup/) (or [Login](https://sentry.io/auth/login/)) on Sentry
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.

2. Choose your application platform
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.

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

3. Follow instructions to instrument your Cloud Run application. Detailed platform docs [here](/platforms/).

4. Deploy your Cloud Run application with GCP.
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.
2 changes: 1 addition & 1 deletion docs/integrations/cloud-monitoring/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_order: 100
description: "Learn more about Sentry's cloud monitoring integrations."
---

- [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers)
- [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers/)
- [Google Cloud Run](/integrations/cloud-monitoring/gcp-cloud-run/)
- [Google Cloud Functions - Python](/platforms/python/integrations/gcp-functions/)
- [Google Cloud Functions - Node](/platforms/javascript/guides/gcp-functions/)
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/compliance/cloudeagle/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn about Sentry's Cloudeagle integration, which helps users opt
---
CloudEagle.ai directly integrates with your Sentry REST API v2 to provide comprehensive application usage insights and security posture analysis within minutes.

This integration is maintained and supported by Cloudeagle. or more details, questions, or support feel free to contact shrejal@cloudeagle.ai.
This integration is maintained and supported by Cloudeagle. For more details, questions, or support feel free to contact shrejal@cloudeagle.ai.

## Install and Configure

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/debugging/apigene/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Apigene
sidebar_order: 1

description: "Learn about Sentry's Apigene integration, which uses ChatGPT to focus on simplifying the process of issue management and troubleshooting ."
description: "Learn about Sentry's Apigene integration, which uses ChatGPT to focus on simplifying the process of issue management and troubleshooting."
---

Apigene helps you effortlessly track and resolve application errors while enhancing performance with real-time insights.
Expand Down
21 changes: 21 additions & 0 deletions docs/integrations/debugging/corelayer/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Corelayer
sidebar_order: 1

description: "Learn about Sentry's Corelayer integration, which helps users debug, fix, and prevent issues, with full-stack context."
---
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.

This integration is maintained and supported by Corelayer (formerly Sevvy). For more details, questions, or support, contact support@corelayer.com.

## Install and Configure

<Alert>

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

</Alert>

1. Navigate to **Settings > Integrations > [Corelayer](https://sentry.io/orgredirect/organizations/:orgslug/settings/sentry-apps/sevvy/)**

2. Follow the full [Corelayer installation instructions](https://docs.corelayer.com/integrations/sentry).
5 changes: 1 addition & 4 deletions docs/integrations/debugging/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ description: "Learn more about Sentry's debugging integrations."
- [CodeComet](/integrations/debugging/codecomet/)
- [Foam](/integrations/debugging/foamai/)
- [Logicstar](/integrations/debugging/logicstar/)
- [Phoebe](/integrations/debugging/phoebeai/)
- [Revise.dev](/integrations/debugging/revisedev/)
- [Corelayer](/integrations/debugging/corelayer/)
- [Rookout](/integrations/debugging/rookout/)
- [Sevvy](/integrations/debugging/sevvy/)
- [Sourcery](/integrations/debugging/sourcery/)
- [Tembo](/integrations/debugging/tembo/)
- [Qckfx](/integrations/debugging/qckfx/)

22 changes: 0 additions & 22 deletions docs/integrations/debugging/phoebeai/index.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions docs/integrations/debugging/qckfx/index.mdx

This file was deleted.

22 changes: 0 additions & 22 deletions docs/integrations/debugging/revisedev/index.mdx

This file was deleted.

21 changes: 0 additions & 21 deletions docs/integrations/debugging/sevvy/index.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/integrations/feature-flag/keyflow/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn about Sentry's Keyflow integration, which helps users seamle
---
The Keyflow integration connects Sentry with KeyFlow to automate project and issue management workflows. Developers can list projects, view issues, edit and create issues, and manage teams directly from KeyFlow, enabling faster triaging of errors and improved monitoring of application health.

This integration is maintained and supported by Keyflow. or more details, questions, or support feel free to contact founders@keyflow.space.
This integration is maintained and supported by Keyflow. For more details, questions, or support feel free to contact founders@keyflow.space.

## Install and Configure

Expand Down
7 changes: 2 additions & 5 deletions docs/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,10 @@ For more details, see the [full Integration Platform documentation](/integration
| [CodeComet](/integrations/debugging/codecomet/) | |
| [Foam](/integrations/debugging/foamai/) | |
| [Logicstar](/integrations/debugging/logicstar/) | |
| [Phoebe](/integrations/debugging/phoebeai/) | |
| [Revise.dev](/integrations/debugging/revisedev/) | |
| [Corelayer](/integrations/debugging/corelayer/) | |
| [Rookout](/integrations/debugging/rookout/) | X |
| [Sevvy](/integrations/debugging/sevvy/) | |
| [Sourcery](/integrations/debugging/sourcery/) | |
| [Tembo](/integrations/debugging/tembo/) | |
| [Qckfx](/integrations/debugging/qckfx/) | |



Expand All @@ -157,7 +154,7 @@ For more details, see the [full Integration Platform documentation](/integration

| Integration | Error Reporting | Performance (Transactions) |
| ------------------------------------------------------------------------------------- | --------------- | -------------------------- |
| [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers) | X | |
| [Cloudflare Workers](/integrations/cloud-monitoring/cloudflare-workers/) | X | X |
| [Google Cloud Run](/integrations/cloud-monitoring/gcp-cloud-run/) | X | X |
| [Google Cloud Functions - Python](/platforms/python/integrations/gcp-functions/) | X | X |
| [Google Cloud Functions - Node](/platforms/javascript/guides/gcp-functions/) | X | X |
Expand Down
8 changes: 6 additions & 2 deletions docs/integrations/issue-tracking/sourcegraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ If you make changes to your organization slug, you'll need to update your config

</Alert>

This integration renders "View issues in Sentry" links next to error throwing statements in Sourcegraph. The links direct to the corresponding issues pages in Sentry. Sourcegraph is a universal code search and intelligence platform that helps developers understand, fix, and automate changes across their entire codebase.
<Alert level="warning">

This integration has been deprecated. Sourcegraph extensions were [deprecated in September 2022](https://github.com/sourcegraph/sourcegraph-sentry) and the extension repository has been archived.

</Alert>

You can find [installation instructions here](https://github.com/sourcegraph/sourcegraph-sentry).
This integration rendered "View issues in Sentry" links next to error throwing statements in Sourcegraph. The links directed to the corresponding issues pages in Sentry.
2 changes: 1 addition & 1 deletion docs/integrations/issue-tracking/teamcamp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn about Sentry's Teamcamp integration and how it can be your a

Teamcamp offers project management, time tracking, messaging, and more.

This integration is maintained and supported by Teamcamp. For more details, questions, or support fee free to contact support@teamcamp.app.
This integration is maintained and supported by Teamcamp. For more details, questions, or support feel free to contact support@teamcamp.app.

## Install and Configure

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/notification-incidents/glueai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Sentry Owner, Manager, or Admin permissions are required to install this integra

1. Navigate to **Settings > Integrations > Glue.ai**

2. Follow the full [Glue.ai installation instructions](https://docs.glue.ai/integrations/sentry-coming-soon).
2. Follow the full [Glue.ai installation instructions](https://docs.glue.ai/integrations/sentry).
2 changes: 1 addition & 1 deletion docs/integrations/source-code-mgmt/continuedev/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn about Sentry's Continue integration, which helps users autom
---
The Continue integration helps developers triage and solve event-triggered issues in their code and throughout the SDLC. With this integration, you can easily kick off cloud agents to solve existing Sentry issues and triage incoming Sentry issues automatically.

This integration is maintained and supported by Continue. or more details, questions, or support feel free to contact support@continue.dev.
This integration is maintained and supported by Continue. For more details, questions, or support feel free to contact support@continue.dev.

## Install and Configure

Expand Down
18 changes: 17 additions & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,22 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
to: '/platforms/javascript/guides/cloudflare/',
},
{
from: '/integrations/debugging/revisedev/',
to: '/integrations/debugging/',
},
{
from: '/integrations/debugging/phoebeai/',
to: '/integrations/debugging/',
},
{
from: '/integrations/debugging/qckfx/',
to: '/integrations/debugging/',
},
{
from: '/integrations/debugging/sevvy/',
to: '/integrations/debugging/corelayer/',
},
{
from: '/product/data-management-settings/dynamic-sampling/',
to: '/product/dashboards/sentry-dashboards/',
Expand Down Expand Up @@ -4324,7 +4340,7 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
},
{
from: '/organization/integrations/revisedev/',
to: '/integrations/debugging/revisedev/',
to: '/integrations/debugging/',
},
{
from: '/organization/integrations/foamai/',
Expand Down
8 changes: 4 additions & 4 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,23 +665,23 @@ const userDocsRedirects = [
},
{
source: '/integrations/phoebeai/',
destination: '/integrations/debugging/phoebeai/',
destination: '/integrations/debugging/',
},
{
source: '/integrations/qckfx/',
destination: '/integrations/debugging/qckfx/',
destination: '/integrations/debugging/',
},
{
source: '/integrations/revisedev/',
destination: '/integrations/debugging/revisedev/',
destination: '/integrations/debugging/',
},
{
source: '/integrations/rookout/',
destination: '/integrations/debugging/rookout/',
},
{
source: '/integrations/sevvy/',
destination: '/integrations/debugging/sevvy/',
destination: '/integrations/debugging/corelayer/',
},
{
source: '/integrations/sourcery/',
Expand Down
Loading