diff --git a/docs/platforms/javascript/guides/svelte/index.mdx b/docs/platforms/javascript/guides/svelte/index.mdx
index 502a1d4fe86d1..6667388908d8a 100644
--- a/docs/platforms/javascript/guides/svelte/index.mdx
+++ b/docs/platforms/javascript/guides/svelte/index.mdx
@@ -131,7 +131,18 @@ Once you've done this, the SDK will automatically capture unhandled errors and p
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.
-```jsx {tabTitle:Svelte} {filename:SomeCmponent.svelte}
+```jsx {tabTitle:Svelte v5+} {filename:SomeCmponent.svelte}
+
+```
+
+```jsx {tabTitle:Svelte v3/v4} {filename:SomeCmponent.svelte}