From 8c4e5e18a94eeff8b1d41163b53c81ba320ae3dc Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 26 Apr 2023 16:28:35 +0200 Subject: [PATCH] doc(sveltekit): Promote the SDK to beta state (again) This reverts commit 619c4b0112faef4f9b4d46c54239c4aa3ed52d38. --- packages/sveltekit/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/sveltekit/README.md b/packages/sveltekit/README.md index 188cbb776bf9..506e134168a3 100644 --- a/packages/sveltekit/README.md +++ b/packages/sveltekit/README.md @@ -19,9 +19,9 @@ TODO: No docs yet, comment back in once we have docs ## SDK Status -This SDK is currently in **Alpha state** and we're still experimenting with APIs and functionality. -We therefore make no guarantees in terms of semver or breaking changes. -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). +This SDK is currently in **Beta state**. Bugs and issues might still appear and we're still actively working +on the SDK. Also, we're still adding features. +If you experience problems or have feedback, please open a [GitHub Issue](https://github.com/getsentry/sentry-javascript/issues/new/choose). ## Compatibility @@ -31,11 +31,7 @@ Currently, the minimum supported version of SvelteKit is `1.0.0`. This package is a wrapper around `@sentry/node` for the server and `@sentry/svelte` for the client side, with added functionality related to SvelteKit. -## Usage - -Although the SDK is not yet stable, you're more than welcome to give it a try and provide us with early feedback. - -**Here's how to get started:** +## Setup ### 1. Prerequesits & Installation @@ -258,7 +254,7 @@ export default { ## Known Limitations -This SDK is still under active development and several features are missing. +This SDK is still under active development. Take a look at our [SvelteKit SDK Development Roadmap](https://github.com/getsentry/sentry-javascript/issues/6692) to follow the progress: - **Adapters** other than `@sveltejs/adapter-node` are currently not supported.