webpack-sentry-plugin
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "webpack-sentry-plugin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Webpack plugin to upload source maps to Sentry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,3 +17,3 @@ # Sentry plugin | ||
``` | ||
$ yarn add webpack-sentry-plugin | ||
$ yarn add webpack-sentry-plugin --dev | ||
``` | ||
@@ -83,3 +83,3 @@ | ||
- `apiKey`: Sentry api keys. See [Sentry docs](https://docs.sentry.io/clients/javascript/sourcemaps/#uploading-source-maps-to-sentry) for info on how to create one | ||
- `release`: Release name to attach source maps to. Can be string or function | ||
- `release`: Release name to attach source maps to. Can be string or function that returns a string | ||
@@ -86,0 +86,0 @@ ### Thanks |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9146