From 14694bb67b48b5b956b558f30aa4af15813c48d3 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 27 Nov 2023 14:58:41 +0100 Subject: [PATCH 1/2] chore(astro): Promote Astro SDK to beta state (Readme) --- packages/astro/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/astro/README.md b/packages/astro/README.md index e0247bf2d55b..1e9d31044130 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -16,7 +16,7 @@ ## Experimental Note -This SDK is experimental and in Alpha state. Breaking changes can occurr at any time. +This SDK is in Beta and not yet fully stable. If you have feedback or encounter any bugs, feel free to [open an issue](https://github.com/getsentry/sentry-javascript/issues/new/choose). ## General @@ -58,9 +58,9 @@ SENTRY_AUTH_TOKEN="your-token" ### Server Instrumentation -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**. +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**. -If you're using Astro <3.5.0, complete the setup by adding the Sentry middleware to your `src/middleware.js` file: +If you're using Astro <3.5.2, complete the setup by adding the Sentry middleware to your `src/middleware.js` file: ```javascript // src/middleware.js From 98741108401f7527fc1dca2b900829d7af85d731 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 27 Nov 2023 17:57:19 +0100 Subject: [PATCH 2/2] Update packages/astro/README.md --- packages/astro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/README.md b/packages/astro/README.md index 1e9d31044130..696b5f948ab0 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -14,7 +14,7 @@ - [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/astro/) -## Experimental Note +## SDK Status This SDK is in Beta and not yet fully stable. If you have feedback or encounter any bugs, feel free to [open an issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).