From 3484e74ee9e29f0fc02f359312bda7fcef024116 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 26 Sep 2022 22:36:11 +0200 Subject: [PATCH 1/2] chore(svelte): Remove beta warning from readme --- packages/svelte/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/README.md b/packages/svelte/README.md index e36433f15182..ccb15be447d9 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -10,7 +10,7 @@ [![npm dm](https://img.shields.io/npm/dm/@sentry/svelte.svg)](https://www.npmjs.com/package/@sentry/svelte) [![npm dt](https://img.shields.io/npm/dt/@sentry/svelte.svg)](https://www.npmjs.com/package/@sentry/svelte) -This SDK is currently still in **beta state**. It may experience breaking changes. Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. This SDK currently only supports [Svelte](https://svelte.dev/) and is not yet fully compatible with with [SvelteKit](https://kit.svelte.dev/). +This SDK currently only supports [Svelte](https://svelte.dev/) and is not yet fully compatible with with [SvelteKit](https://kit.svelte.dev/). Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. ## General From 99ff86618001e2d6d1687a395d1b57355aa0e02e Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Tue, 27 Sep 2022 18:25:50 +0200 Subject: [PATCH 2/2] Update packages/svelte/README.md --- packages/svelte/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/README.md b/packages/svelte/README.md index ccb15be447d9..c19ab728a2bf 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -10,7 +10,7 @@ [![npm dm](https://img.shields.io/npm/dm/@sentry/svelte.svg)](https://www.npmjs.com/package/@sentry/svelte) [![npm dt](https://img.shields.io/npm/dt/@sentry/svelte.svg)](https://www.npmjs.com/package/@sentry/svelte) -This SDK currently only supports [Svelte](https://svelte.dev/) and is not yet fully compatible with with [SvelteKit](https://kit.svelte.dev/). Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns. +This SDK currently only supports [Svelte](https://svelte.dev/) and is not yet fully compatible with with [SvelteKit](https://kit.svelte.dev/). If you would like the SDK to be fully compatible with SvelteKit, please reach out to us on [GitHub](https://github.com/getsentry/sentry-javascript/discussions/5838). ## General