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: