From 4fc7f314dcf8ab3bf4f20825adfae8a6c0e317b6 Mon Sep 17 00:00:00 2001 From: Andrei <168741329+andreiborza@users.noreply.github.com> Date: Sat, 18 May 2024 22:41:09 +0200 Subject: [PATCH] docs(astro): Remove beta warning for Astro (#10077) --- .../getting-started-primer/javascript.astro.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/platform-includes/getting-started-primer/javascript.astro.mdx b/platform-includes/getting-started-primer/javascript.astro.mdx index 4447a97fe4645..d4f4fcdabd439 100644 --- a/platform-includes/getting-started-primer/javascript.astro.mdx +++ b/platform-includes/getting-started-primer/javascript.astro.mdx @@ -2,13 +2,6 @@ Sentry's Astro SDK enables automatic reporting of errors and performance data in Our Astro integration instruments both the client as well as the server side of your Astro application. This page walks you through adding Sentry to your Astro project, configuring it, adding readable stack traces, and verifying your setup. - - -The Astro SDK is in **Beta** and might still contain bugs. We recognize the irony. -Please report any issues you encounter in our [Github Repository](https://github.com/getsentry/sentry-javascript/issues/new/choose). - - - ## Prerequisites Before we get started, make sure you have the following: