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
+5-9Lines changed: 5 additions & 9 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 **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).
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).
25
25
26
26
## Compatibility
27
27
@@ -31,11 +31,7 @@ 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
-
## 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:**
34
+
## Setup
39
35
40
36
### 1. Prerequesits & Installation
41
37
@@ -250,7 +246,7 @@ export default {
250
246
251
247
## Known Limitations
252
248
253
-
This SDK is still under active development and several features are missing.
249
+
This SDK is still under active development.
254
250
Take a look at our [SvelteKit SDK Development Roadmap](https://github.com/getsentry/sentry-javascript/issues/6692) to follow the progress:
255
251
256
252
-**Adapters** other than `@sveltejs/adapter-node` are currently not supported.
0 commit comments