-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
Parent issue: getsentry/sentry-javascript#8556
- source maps wizard setting up for a remix application
- SDK wizard including source maps set up
- stretch: include prompts in wizard if user wants the SDK init to handle v2 features already like the remix router
- bigger-stretch: could we auto-detect v2 feature usage and do it automatically
Wizard for source maps alone would need to do what is described in docs for the user:
- user login then org and project creation
- A new script in
package.json
for example which callsremix build --sourcemaps
remix docs &yarn sentry-upload-sourcemaps
- creates
.sentryclirc
file with all needed variables - Can a script also handle the deletion?
sentry-wizard: https://github.com/getsentry/sentry-wizard
Follow-ups:
Once wizard flows are in place, they can be placed in docs for getting started and source maps respectively. As well could be used to update the in product project creation wizard