Skip to content

doc(sveltekit): Promote the SDK to beta state (again) #7976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions packages/sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down