Skip to content

Commit

Permalink
fix(sveltekit): profiling onboarding typo (#8365)
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic authored Oct 30, 2023
1 parent b05b0c1 commit 3a6422f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: language
Add the `profilesSampleRate` option to `hooks.server.(js|ts)` and initialize the SDK integration:

```javascript
import * as Sentry from "@sentry/nextjs";
import * as Sentry from "@sentry/sveltekit";
import { ProfilingIntegration } from "@sentry/profiling-node";

Sentry.init({
Expand Down

1 comment on commit 3a6422f

@vercel
Copy link

@vercel vercel bot commented on 3a6422f Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.