getsentry/sentry-wizard

Wizards installing bundler plugins v2 should not emit `.sentryclirc`

Opened this issue · 0 comments

Since v2 of thehe 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 for our users 😬 we should switch to generating the .env.sentry-build-plugin file instead which is picked up automatically by the plugins.

Confirmed affected wizards

  1. lforst

To be checked