sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Sentry Project Setup Wizard

Results 125 sentry-wizard issues
Sort by recently updated
recently updated
newest added

https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/445#issuecomment-2061371373 We need to solve this case ^

Improvement

The wizard seems to add a cjs require statement to mjs next config files: https://discord.com/channels/621778831602221064/1226648274690244721/1226648274690244721

### Core or SDK? Platform/SDK ### Which part? Which one? Next.js Docs (https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/) ### Description Next.js comes by default with support only for ES6 so the mjs should be the...

This is a refactor on how the Cordova Integration runs, the main changes on the PR are: - More path options for sentry.properties. - Use the latest version of nvm...

https://youtu.be/dWSiYtRODmM?si=ftsb_nKx216_u1Px&t=2699 Here the user had to add a comment because they didn't know what it meant.

Improvement

Reported internally, we use an outdated dependency: ![Image](https://github.com/user-attachments/assets/a5c78ce0-b5db-46ba-b817-60ef99f8493f) Dependency chain: ``` => Found "[email protected]" info Reasons this module exists - "eslint#ajv#uri-js" depends on it - Hoisted from "eslint#ajv#uri-js#punycode" ```

Added a missing word "you" in a couple of the wizard steps because it read like a typo: `Did add the code to your app/global-error.tsx file as described above?`

If you run a wizard for nextjs, there are 2 deprecation warnings: ![Image](https://github.com/user-attachments/assets/20f2db4f-783c-445f-a4e6-48eff3ba94e8)

Platform: nextjs
Breaking

We should add something like a tool option `-t, --tool` that allows us to pass a specific tool like `sentry-cli` or `webpack` or `tsc` to skip the tool selection in...

Improvement

Since v2 of the bundler plugins we no longer permit reading configuration for sentry CLI (primarily auth token) from `.sentryclirc`. However, some(?) of our wizards still happily create this file...

Improvement