From 5b8ed3044d93797b2392734eeeadb54969ff2e76 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 1 Dec 2023 15:07:56 +0100 Subject: [PATCH] minor sveltekit docs adjustments --- packages/website/src/content/docs/setup/sveltekit.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/website/src/content/docs/setup/sveltekit.mdx b/packages/website/src/content/docs/setup/sveltekit.mdx index 062a94f6..b8ddcd20 100644 --- a/packages/website/src/content/docs/setup/sveltekit.mdx +++ b/packages/website/src/content/docs/setup/sveltekit.mdx @@ -6,12 +6,17 @@ description: A guide how to setup Spotlight for SvelteKit import { Content as InstallCommand } from '../../../components/InstallCommand.mdx'; import { Tabs, TabItem } from '@astrojs/starlight/components'; +This guide gets Spotlight up and running in SvelteKit with Sentry. +You don't strictly need Sentry for Spotlight to work, we highly recommend it. + ## Install Sentry -Follow the [Sveltekit Getting Started](https://docs.sentry.io/platforms/javascript/guides/sveltekit/) guide on Sentry, and continue from there. +Follow the [Sveltekit Getting Started](https://docs.sentry.io/platforms/javascript/guides/sveltekit/) guide on Sentry to install and configure Sentry. ## Install Spotlight +Install the Spotlight package: + Initialize Spotlight after Sentry and start the Sidecar on the server. Just add a little code to your [SvelteKit hooks](https://kit.svelte.dev/docs/hooks) files: