Skip to content

Commit 2210439

Browse files
authored
chore(onboarding): Update tanstack start vite plugin to subpath export (#107672)
Updating the onboarding as we will have to change this to a subpath export: getsentry/sentry-javascript#19182 Should be merged after the `10.40.0` release of the javascript SDKs
1 parent 1c633ad commit 2210439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • static/app/gettingStartedDocs/javascript-tanstackstart-react

static/app/gettingStartedDocs/javascript-tanstackstart-react/onboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default createServerEntry(
218218
language: 'typescript',
219219
filename: 'vite.config.ts',
220220
code: `import { defineConfig } from "vite";
221-
import { sentryTanstackStart } from "@sentry/tanstackstart-react";
221+
import { sentryTanstackStart } from "@sentry/tanstackstart-react/vite";
222222
import { tanstackStart } from "@tanstack/react-start/plugin/vite";
223223
224224
export default defineConfig({

0 commit comments

Comments
 (0)