8000 doc(sveltekit): Promote the SDK to beta state (#7874) · jchatard/sentry-javascript@13cbb1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 13cbb1d

Browse files
authored
doc(sveltekit): Promote the SDK to beta state (getsentry#7874)
1 parent 2bcbf3e commit 13cbb1d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

packages/sveltekit/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ TODO: No docs yet, comment back in once we have docs
1919

2020
## SDK Status
2121

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).
2525

2626
## Compatibility
2727

@@ -31,11 +31,7 @@ Currently, the minimum supported version of SvelteKit is `1.0.0`.
3131

3232
This package is a wrapper around `@sentry/node` for the server and `@sentry/svelte` for the client side, with added functionality related to SvelteKit.
3333

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
3935

4036
### 1. Prerequesits & Installation
4137

@@ -258,7 +254,7 @@ export default {
258254

259255
## Known Limitations
260256

261-
This SDK is still under active development and several features are missing.
257+
This SDK is still under active development.
262258
Take a look at our [SvelteKit SDK Development Roadmap](https://github.com/getsentry/sentry-javascript/issues/6692) to follow the progress:
263259

264260
- **Adapters** other than `@sveltejs/adapter-node` are currently not supported.

0 commit comments

Comments
 (0)
0