Skip to content

Commit

Permalink
Link to Sentry docs from Pages Functions Sentry middleware (#17005)
Browse files Browse the repository at this point in the history
For many this is a better path.
  • Loading branch information
irvinebroque authored Sep 23, 2024
1 parent 9841940 commit 26bd13f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/pages/functions/plugins/sentry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ sidebar:
order: 1
---

:::note

Sentry now provides official support for Cloudflare Workers and Pages. Refer to the [Sentry documentation](https://docs.sentry.io/platforms/javascript/guides/cloudflare/) for more details.

:::

The Sentry Pages Plugin captures and logs all exceptions which occur below it in the execution chain of your Pages Functions. It is therefore recommended that you install this Plugin at the root of your application in `functions/_middleware.ts` as the very first Plugin.

## Installation
Expand Down

0 comments on commit 26bd13f

Please sign in to comment.