File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2424This 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
2929If 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
You can’t perform that action at this time.
0 commit comments