You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SDK is experimental and in Alpha state. Breaking changes can occurr at any time.
19
+
This SDK is in Beta and not yet fully stable.
20
20
If you have feedback or encounter any bugs, feel free to [open an issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).
21
21
22
22
## General
@@ -58,9 +58,9 @@ SENTRY_AUTH_TOKEN="your-token"
58
58
59
59
### Server Instrumentation
60
60
61
-
For Astro apps configured for (hybrid) Server Side Rendering (SSR), the Sentry integration will automatically add middleware to your server to instrument incoming requests **if you're using Astro 3.5.0 or newer**.
61
+
For Astro apps configured for (hybrid) Server Side Rendering (SSR), the Sentry integration will automatically add middleware to your server to instrument incoming requests **if you're using Astro 3.5.2 or newer**.
62
62
63
-
If you're using Astro <3.5.0, complete the setup by adding the Sentry middleware to your `src/middleware.js` file:
63
+
If you're using Astro <3.5.2, complete the setup by adding the Sentry middleware to your `src/middleware.js` file:
0 commit comments