We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014d91f commit 2c08271Copy full SHA for 2c08271
packages/astro/src/integration/types.ts
@@ -80,9 +80,9 @@ type InstrumentationOptions = {
80
* If this flag is `true` and your application is configured for SSR (or hybrid) mode,
81
* the Sentry integration will automatically add middleware to:
82
*
83
+ * - capture server performance data and spans for incoming server requests
84
* - enable distributed tracing between server and client
- * - capture server performance data and spans
85
- * - annotate errors with more information
+ * - annotate server errors with more information
86
87
* This middleware will only be added automatically in Astro 3.5.0 and newer.
88
* For older versions, add the `Sentry.handleRequest` middleware manually
0 commit comments