Skip to content

Commit a7a8b80

Browse files
authored
chore(javascript): Update READMEs of Solid and SolidStart SDKs to indicate beta status (#13591)
1 parent e2213fc commit a7a8b80

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/solid/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
</a>
55
</p>
66

7-
# Official Sentry SDK for Solid (EXPERIMENTAL)
7+
# Official Sentry SDK for Solid
88

99
[![npm version](https://img.shields.io/npm/v/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid)
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/solid.svg)](https://www.npmjs.com/package/@sentry/solid)
1212

13-
This SDK is considered ⚠️ **experimental and in an alpha state**. It may experience breaking changes. Please reach out
14-
on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This
15-
SDK currently only supports [Solid](https://www.solidjs.com/) and is not yet officially compatible with
16-
[Solid Start](https://start.solidjs.com/).
13+
This SDK is in **Beta**. The API is stable but updates may include minor changes in behavior. Please reach out on
14+
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This
15+
SDK is for [Solid](https://www.solidjs.com/). If you're using [SolidStart](https://start.solidjs.com/) see our
16+
[SolidStart SDK here](https://github.com/getsentry/sentry-javascript/tree/develop/packages/solidstart).
1717

1818
# Solid Router
1919

packages/solidstart/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
</a>
55
</p>
66

7-
# Official Sentry SDK for Solid Start (EXPERIMENTAL)
7+
# Official Sentry SDK for SolidStart
88

99
[![npm version](https://img.shields.io/npm/v/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart)
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/solidstart.svg)](https://www.npmjs.com/package/@sentry/solidstart)
1212

13-
This SDK is considered ⚠️ **experimental and in an alpha state**. It may experience breaking changes. Please reach out
14-
on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This
15-
SDK is for [Solid Start](https://start.solidjs.com/). If you're using [Solid](https://www.solidjs.com/) see our
13+
This SDK is in **Beta**. The API is stable but updates may include minor changes in behavior. Please reach out on
14+
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This
15+
SDK is for [SolidStart](https://start.solidjs.com/). If you're using [Solid](https://www.solidjs.com/) see our
1616
[Solid SDK here](https://github.com/getsentry/sentry-javascript/tree/develop/packages/solid).
1717

1818
## Links
@@ -22,15 +22,15 @@ SDK is for [Solid Start](https://start.solidjs.com/). If you're using [Solid](ht
2222
## General
2323

2424
This package is a wrapper around `@sentry/node` for the server and `@sentry/solid` for the client side, with added
25-
functionality related to Solid Start.
25+
functionality related to SolidStart.
2626

2727
## Manual Setup
2828

2929
If the setup through the wizard doesn't work for you, you can also set up the SDK manually.
3030

3131
### 1. Prerequesits & Installation
3232

33-
Install the Sentry Solid Start SDK:
33+
Install the Sentry SolidStart SDK:
3434

3535
```bash
3636
# Using npm

0 commit comments

Comments
 (0)