File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
</a >
5
5
</p >
6
6
7
- # Official Sentry SDK for Solid (EXPERIMENTAL)
7
+ # Official Sentry SDK for Solid
8
8
9
9
[ ![ npm version] ( https://img.shields.io/npm/v/@sentry/solid.svg )] ( https://www.npmjs.com/package/@sentry/solid )
10
10
[ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry/solid.svg )] ( https://www.npmjs.com/package/@sentry/solid )
11
11
[ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/solid.svg )] ( https://www.npmjs.com/package/@sentry/solid )
12
12
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 ) .
17
17
18
18
# Solid Router
19
19
Original file line number Diff line number Diff line change 4
4
</a >
5
5
</p >
6
6
7
- # Official Sentry SDK for Solid Start (EXPERIMENTAL)
7
+ # Official Sentry SDK for SolidStart
8
8
9
9
[ ![ npm version] ( https://img.shields.io/npm/v/@sentry/solidstart.svg )] ( https://www.npmjs.com/package/@sentry/solidstart )
10
10
[ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry/solidstart.svg )] ( https://www.npmjs.com/package/@sentry/solidstart )
11
11
[ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/solidstart.svg )] ( https://www.npmjs.com/package/@sentry/solidstart )
12
12
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
16
16
[ Solid SDK here] ( https://github.com/getsentry/sentry-javascript/tree/develop/packages/solid ) .
17
17
18
18
## Links
@@ -22,15 +22,15 @@ SDK is for [Solid Start](https://start.solidjs.com/). If you're using [Solid](ht
22
22
## General
23
23
24
24
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 .
26
26
27
27
## Manual Setup
28
28
29
29
If the setup through the wizard doesn't work for you, you can also set up the SDK manually.
30
30
31
31
### 1. Prerequesits & Installation
32
32
33
- Install the Sentry Solid Start SDK:
33
+ Install the Sentry SolidStart SDK:
34
34
35
35
``` bash
36
36
# Using npm
You can’t perform that action at this time.
0 commit comments