You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sveltekit/README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ TODO: No docs yet, comment back in once we have docs
19
19
20
20
## SDK Status
21
21
22
-
This SDK is currently in **Beta state**. Bugs and issues might still appear and we're still actively working
23
-
on the SDK. Also, we're still adding features.
24
-
If you experience problems or have feedback, please open a [GitHub Issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).
22
+
This SDK is currently in **Alpha state**and we're still experimenting with APIs and functionality.
23
+
We therefore make no guarantees in terms of semver or breaking changes.
24
+
If you want to try this SDK and come across a problem, please open a [GitHub Issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).
25
25
26
26
## Compatibility
27
27
@@ -31,7 +31,11 @@ Currently, the minimum supported version of SvelteKit is `1.0.0`.
31
31
32
32
This package is a wrapper around `@sentry/node` for the server and `@sentry/svelte` for the client side, with added functionality related to SvelteKit.
33
33
34
-
## Setup
34
+
## Usage
35
+
36
+
Although the SDK is not yet stable, you're more than welcome to give it a try and provide us with early feedback.
37
+
38
+
**Here's how to get started:**
35
39
36
40
### 1. Prerequesits & Installation
37
41
@@ -254,7 +258,7 @@ export default {
254
258
255
259
## Known Limitations
256
260
257
-
This SDK is still under active development.
261
+
This SDK is still under active development and several features are missing.
258
262
Take a look at our [SvelteKit SDK Development Roadmap](https://github.com/getsentry/sentry-javascript/issues/6692) to follow the progress:
259
263
260
264
-**Adapters** other than `@sveltejs/adapter-node` are currently not supported.
0 commit comments