sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/445#issuecomment-2061371373 We need to solve this case ^
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.
Reported internally, we use an outdated dependency:  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: 
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...
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...