Skip to content

Commit 2c08271

Browse files
committed
doc
1 parent 014d91f commit 2c08271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/integration/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ type InstrumentationOptions = {
8080
* If this flag is `true` and your application is configured for SSR (or hybrid) mode,
8181
* the Sentry integration will automatically add middleware to:
8282
*
83+
* - capture server performance data and spans for incoming server requests
8384
* - enable distributed tracing between server and client
84-
* - capture server performance data and spans
85-
* - annotate errors with more information
85+
* - annotate server errors with more information
8686
*
8787
* This middleware will only be added automatically in Astro 3.5.0 and newer.
8888
* For older versions, add the `Sentry.handleRequest` middleware manually

0 commit comments

Comments
 (0)