Closed
Description
openedon Apr 19, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status