diff --git a/packages/solid/README.md b/packages/solid/README.md index 06012bb34be8..e5ddd2186c02 100644 --- a/packages/solid/README.md +++ b/packages/solid/README.md @@ -4,16 +4,16 @@

-# Official Sentry SDK for Solid (EXPERIMENTAL) +# Official Sentry SDK for Solid [![npm version](https://img.shields.io/npm/v/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid) [![npm dm](https://img.shields.io/npm/dm/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid) [![npm dt](https://img.shields.io/npm/dt/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid) -This SDK is considered ⚠️ **experimental and in an alpha state**. It may experience breaking changes. Please reach out -on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This -SDK currently only supports [Solid](https://www.solidjs.com/) and is not yet officially compatible with -[Solid Start](https://start.solidjs.com/). +This SDK is in **Beta**. The API is stable but updates may include minor changes in behavior. Please reach out on +[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This +SDK is for [Solid](https://www.solidjs.com/). If you're using [SolidStart](https://start.solidjs.com/) see our +[SolidStart SDK here](https://github.com/getsentry/sentry-javascript/tree/develop/packages/solidstart). # Solid Router diff --git a/packages/solidstart/README.md b/packages/solidstart/README.md index 1bb191994c79..ceda55838e8d 100644 --- a/packages/solidstart/README.md +++ b/packages/solidstart/README.md @@ -4,15 +4,15 @@

-# Official Sentry SDK for Solid Start (EXPERIMENTAL) +# Official Sentry SDK for SolidStart [![npm version](https://img.shields.io/npm/v/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart) [![npm dm](https://img.shields.io/npm/dm/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart) [![npm dt](https://img.shields.io/npm/dt/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart) -This SDK is considered ⚠️ **experimental and in an alpha state**. It may experience breaking changes. Please reach out -on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This -SDK is for [Solid Start](https://start.solidjs.com/). If you're using [Solid](https://www.solidjs.com/) see our +This SDK is in **Beta**. The API is stable but updates may include minor changes in behavior. Please reach out on +[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This +SDK is for [SolidStart](https://start.solidjs.com/). If you're using [Solid](https://www.solidjs.com/) see our [Solid SDK here](https://github.com/getsentry/sentry-javascript/tree/develop/packages/solid). ## Links @@ -22,7 +22,7 @@ SDK is for [Solid Start](https://start.solidjs.com/). If you're using [Solid](ht ## General This package is a wrapper around `@sentry/node` for the server and `@sentry/solid` for the client side, with added -functionality related to Solid Start. +functionality related to SolidStart. ## Manual Setup @@ -30,7 +30,7 @@ If the setup through the wizard doesn't work for you, you can also set up the SD ### 1. Prerequesits & Installation -Install the Sentry Solid Start SDK: +Install the Sentry SolidStart SDK: ```bash # Using npm