Skip to content

Commit 26bd13f

Browse files
authored
Link to Sentry docs from Pages Functions Sentry middleware (#17005)
For many this is a better path.
1 parent 9841940 commit 26bd13f

File tree

1 file changed

+6
-0
lines changed
  • src/content/docs/pages/functions/plugins

1 file changed

+6
-0
lines changed

src/content/docs/pages/functions/plugins/sentry.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ sidebar:
55
order: 1
66
---
77

8+
:::note
9+
10+
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.
11+
12+
:::
13+
814
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.
915

1016
## Installation

0 commit comments

Comments
 (0)