-
-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Unfortunately I can't share the repo as it's private and I have not created a minimal repro yet.
Environment
MacOS 14.4
Steps to Reproduce
- Start a vite project
- Migrate it to next using their guide
pnpx @sentry/wizard@latest --debug -i nextjs
Actual Result
Sentry Wizard failed with:
TypeError: Cannot read properties of null (reading 'token')
at /Users/gregor/Library/pnpm/store/v3/tmp/dlx-47042/node_modules/.pnpm/@sentry+wizard@3.22.0/node_modules/@sentry/wizard/dist/src/utils/clack-utils.js:744:48
at step (/Users/gregor/Library/pnpm/store/v3/tmp/dlx-47042/node_modules/.pnpm/@sentry+wizard@3.22.0/node_modules/@sentry/wizard/dist/src/utils/clack-utils.js:56:23)
at Object.next (/Users/gregor/Library/pnpm/store/v3/tmp/dlx-47042/node_modules/.pnpm/@sentry+wizard@3.22.0/node_modules/@sentry/wizard/dist/src/utils/clack-utils.js:37:53)
at fulfilled (/Users/gregor/Library/pnpm/store/v3/tmp/dlx-47042/node_modules/.pnpm/@sentry+wizard@3.22.0/node_modules/@sentry/wizard/dist/src/utils/clack-utils.js:28:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I'm assuming it's this line:
sentry-wizard/src/utils/clack-utils.ts
Line 791 in 4c159d9
| authToken: apiKeys.token, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status