@sentry/webpack-plugin
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -35,7 +35,11 @@ 'use strict'; | ||
webpack: function webpack(compiler) { | ||
var _compiler$webpack; | ||
var _compiler$webpack, _webback4or5$default; | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access | ||
var BannerPlugin = (compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack = compiler.webpack) === null || _compiler$webpack === void 0 ? void 0 : _compiler$webpack.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin); | ||
var BannerPlugin = | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
(compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack = compiler.webpack) === null || _compiler$webpack === void 0 ? void 0 : _compiler$webpack.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : (_webback4or5$default = webback4or5__namespace["default"]) === null || _webback4or5$default === void 0 ? void 0 : _webback4or5$default.BannerPlugin); | ||
compiler.options.plugins = compiler.options.plugins || []; | ||
@@ -56,7 +60,11 @@ compiler.options.plugins.push( | ||
webpack: function webpack(compiler) { | ||
var _compiler$webpack2; | ||
var _compiler$webpack2, _webback4or5$default2; | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access | ||
var BannerPlugin = (compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack2 = compiler.webpack) === null || _compiler$webpack2 === void 0 ? void 0 : _compiler$webpack2.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin); | ||
var BannerPlugin = | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
(compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack2 = compiler.webpack) === null || _compiler$webpack2 === void 0 ? void 0 : _compiler$webpack2.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : (_webback4or5$default2 = webback4or5__namespace["default"]) === null || _webback4or5$default2 === void 0 ? void 0 : _webback4or5$default2.BannerPlugin); | ||
compiler.options.plugins = compiler.options.plugins || []; | ||
@@ -100,7 +108,11 @@ compiler.options.plugins.push( | ||
webpack: function webpack(compiler) { | ||
var _compiler$webpack3; | ||
var _compiler$webpack3, _webback4or5$default3; | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access | ||
var BannerPlugin = (compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack3 = compiler.webpack) === null || _compiler$webpack3 === void 0 ? void 0 : _compiler$webpack3.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin); | ||
var BannerPlugin = | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore webpack version compatibility shenanigans | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access | ||
(compiler === null || compiler === void 0 ? void 0 : (_compiler$webpack3 = compiler.webpack) === null || _compiler$webpack3 === void 0 ? void 0 : _compiler$webpack3.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : webback4or5__namespace.BannerPlugin) || (webback4or5__namespace === null || webback4or5__namespace === void 0 ? void 0 : (_webback4or5$default3 = webback4or5__namespace["default"]) === null || _webback4or5$default3 === void 0 ? void 0 : _webback4or5$default3.BannerPlugin); | ||
compiler.options.plugins = compiler.options.plugins || []; | ||
@@ -107,0 +119,0 @@ compiler.options.plugins.push( |
{ | ||
"name": "@sentry/webpack-plugin", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Official Sentry Webpack plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "2.7.0", | ||
"@sentry/bundler-plugin-core": "2.7.1", | ||
"unplugin": "1.0.1", | ||
@@ -62,4 +62,4 @@ "uuid": "^9.0.0" | ||
"@rollup/plugin-commonjs": "22.0.1", | ||
"@sentry-internal/eslint-config": "2.7.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.0", | ||
"@sentry-internal/eslint-config": "2.7.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.1", | ||
"@swc/core": "^1.2.205", | ||
@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21", |
@@ -50,4 +50,3 @@ <p align="center"> | ||
// Auth tokens can be obtained from https://sentry.io/settings/account/api/auth-tokens/ | ||
// and need `project:releases` and `org:read` scopes | ||
// Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/ | ||
authToken: process.env.SENTRY_AUTH_TOKEN, | ||
@@ -108,3 +107,3 @@ }), | ||
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/settings/account/api/auth-tokens/. Required scopes: project:releases (and org:read if setCommits option is used). | ||
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/. | ||
@@ -111,0 +110,0 @@ This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
54567
255
505
+ Added@sentry/bundler-plugin-core@2.7.1(transitive)
- Removed@sentry/bundler-plugin-core@2.7.0(transitive)