Skip to content

Commit 81e3de9

Browse files
author
Luca Forstner
committed
chore: Update migration guide to include removal of .sentryclirc support
Fixes #458
1 parent a097e32 commit 81e3de9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MIGRATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This document serves as a migration guide, documenting all breaking changes betw
1111
- Removed `customHeader` option in favor of `headers` option which allows for multiple headers to be attached to outgoing requests.
1212
- The `cliBinaryExists` function was renamed to `sentryCliBinaryExists`
1313
- Removed the `configFile` option. Options should now be set explicitly or via environment variables.
14+
This also means that `.sentryclirc` files will no longer work as a means of configuration.
15+
Please manually pass in options, or use a configuration file ([Webpack plugin docs](https://www.npmjs.com/package/@sentry/webpack-plugin#configuration-file), [Vite plugin docs](https://www.npmjs.com/package/@sentry/vite-plugin#configuration-file), [esbuild plugin docs](https://www.npmjs.com/package/@sentry/esbuild-plugin#configuration-file), [Rollup plugin docs](https://www.npmjs.com/package/@sentry/rollup-plugin#configuration-file)).
1416
- The minimum supported Node.js version is now 14 and newer.
1517
- Removed `dryRun` option.
1618

0 commit comments

Comments
 (0)