We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad807b commit aaa57d2Copy full SHA for aaa57d2
1 file changed
README.md
@@ -2,7 +2,10 @@
2
3
[](https://travis-ci.org/40thieves/webpack-sentry-plugin)
4
5
-A webpack (1, 2, 3 or 4) plugin to upload source maps to [Sentry](https://sentry.io/).
+A webpack plugin to upload source maps to [Sentry](https://sentry.io/).
6
+The current version 2 is compatible with webpack 4 and 5 and requires at least NodeJS 6.
7
+
8
+If you are running on webpack 1, 2 or 3, please use the dedicated version 1 of the module (latest is currently `1.16.0`), which provides the same API.
9
10
### Installation
11
0 commit comments