Skip to content

Commit b51a807

Browse files
authored
chore(astro): Promote Astro SDK to beta state (Readme) (#9670)
1 parent abc575c commit b51a807

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/astro/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/astro/)
1616

17-
## Experimental Note
17+
## SDK Status
1818

19-
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.
2020
If you have feedback or encounter any bugs, feel free to [open an issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).
2121

2222
## General
@@ -58,9 +58,9 @@ SENTRY_AUTH_TOKEN="your-token"
5858

5959
### Server Instrumentation
6060

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**.
6262

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:
6464

6565
```javascript
6666
// src/middleware.js

0 commit comments

Comments
 (0)