v7.0.2
Patch Release
-
fix(sentry): move templates to the command's directory by @jtoar
Fixes https://community.redwoodjs.com/t/redwood-v7-0-0-upgrade-guide/5713/25.
yarn rw setup monitoring sentry
would fail with the following error:✔ Adding required api packages... ✔ Adding required web packages... ✔ Adding SENTRY_DSN var to .env... ✖ ENOENT: no such file or directory, open '~/rw-app/node_modules/@redwoodjs/cli/dist/commands/setup/monitoring/sentry/templates/sentryApi.ts.template' ◼ Implementing the Envelop plugin ◼ Replacing Redwood's Error boundary ◼ One more thing... ENOENT: no such file or directory, open '~/rw-app/node_modules/@redwoodjs/cli/dist/commands/setup/monitoring/sentry/templates/sentryApi.ts.template'
It was just that the template files for the sentry setup command weren't moved out of experimental. This PR moves them to the command's directory.