8000 feat(deps): Bump @sentry/webpack-plugin from 2.22.7 to 3.1.2 (#15328) · GerryWilko/sentry-javascript@8fc56d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fc56d8

Browse files
feat(deps): Bump @sentry/webpack-plugin from 2.22.7 to 3.1.2 (getsentry#15328)
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.22.7 to 3.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/webpack-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>3.1.2</h2> <ul> <li>deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> </ul> <h2>3.1.1</h2> <ul> <li> <p>fix(core): Disable release creation and source maps upload in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</p> <p>This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.</p> </li> </ul> <h2>3.1.0</h2> <ul> <li>feat(webpack): Gate forced process exit behind experimental flag (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/663">#663</a>)</li> </ul> <h2>3.0.0</h2> <h3>Breaking Changes</h3> <ul> <li> <p>Injected code will now use <code>let</code>, which was added in ES6 (ES2015). This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.</p> </li> <li> <p>Deprecated options have been removed:</p> <ul> <li><code>deleteFilesAfterUpload</code> - Use <code>filesToDeleteAfterUpload</code> instead</li> <li><code>bundleSizeOptimizations.excludePerformanceMonitoring</code> - Use <code>bundleSizeOptimizations.excludeTracing</code> instead</li> <li><code>_experiments.moduleMetadata</code> - Use <code>moduleMetadata</code> instead</li> <li><code>cleanArtifacts</code> - Did not do anything</li> </ul> </li> </ul> <h3>List of Changes</h3> <ul> <li>fix!: Wrap injected code in block-statement to contain scope (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/646">#646</a>)</li> <li>chore!: Remove deprecated options (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/654">#654</a>)</li> <li>feat(logger): Use console methods respective to log level (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/652">#652</a>)</li> <li>fix(webpack): Ensure process exits when done (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/653">#653</a>)</li> <li>fix: Use correct replacement matcher for <code>bundleSizeOptimizations.excludeTracing</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/644">#644</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/jdelStrother"><code>@​jdelStrother</code></a>. Thank you for your contribution!</p> <h2>2.23.0</h2> <ul> <li>chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/641">#641</a>)</li> <li>feat(core): Detect Railway release name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/639">#639</a>)</li> <li>feat(core): Write module injections to <code>globalThis</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/636">#636</a>)</li> <li>feat(react-component-annotate): Allow skipping annotations on specified components (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/617">#617</a>)</li> <li>ref(core): Rename release management plugin name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/647">#647</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/conor-ob"><code>@​conor-ob</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/webpack-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.2</h2> <ul> <li>deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> </ul> <h2>3.1.1</h2> <ul> <li> <p>fix(core): Disable release creation and source maps upload in dev mode (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</p> <p>This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.</p> </li> </ul> <h2>3.1.0</h2> <ul> <li>feat(webpack): Gate forced process exit behind experimental flag (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/663">#663</a>)</li> </ul> <h2>3.0.0</h2> <h3>Breaking Changes</h3> <ul> <li> <p>Injected code will now use <code>let</code>, which was added in ES6 (ES2015). This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.</p> </li> <li> <p>Deprecated options have been removed:</p> <ul> <li><code>deleteFilesAfterUpload</code> - Use <code>filesToDeleteAfterUpload</code> instead</li> <li><code>bundleSizeOptimizations.excludePerformanceMonitoring</code> - Use <code>bundleSizeOptimizations.excludeTracing</code> instead</li> <li><code>_experiments.moduleMetadata</code> - Use <code>moduleMetadata</code> instead</li> <li><code>cleanArtifacts</code> - Did not do anything</li> </ul> </li> </ul> <h3>List of Changes</h3> <ul> <li>fix!: Wrap injected code in block-statement to contain scope (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/646">#646</a>)</li> <li>chore!: Remove deprecated options (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/654">#654</a>)</li> <li>feat(logger): Use console methods respective to log level (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/652">#652</a>)</li> <li>fix(webpack): Ensure process exits when done (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/653">#653</a>)</li> <li>fix: Use correct replacement matcher for <code>bundleSizeOptimizations.excludeTracing</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/644">#644</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/jdelStrother"><code>@​jdelStrother</code></a>. Thank you for your contribution!</p> <h2>2.23.0</h2> <ul> <li>chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/641">#641</a>)</li> <li>feat(core): Detect Railway release name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/639">#639</a>)</li> <li>feat(core): Write module injections to <code>globalThis</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/636">#636</a>)</li> <li>feat(react-component-annotate): Allow skipping annotations on specified components (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/617">#617</a>)</li> <li>ref(core): Rename release management plugin name (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/647">#647</a>)</li> </ul> <p>Work in this release contributed by <a href="https://github.com/conor-ob"><code>@​conor-ob</code></a>. Thank you for your contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/900341064e20483c1dd4fd58a194544f2d2da14a"><code>9003410</code></a> release: 3.1.2</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/1063e0a2cd1093a7a33446b3930e6e77a43d2c0c"><code>1063e0a</code></a> meta: Update changelog for <code>3.1.2</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/672">#672</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/cfb6fcc12b9900398c9f2c2643bf3ea6969fdcc9"><code>cfb6fcc</code></a> deps: Bump <code>@sentry/cli</code> to <code>2.41.1</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/671">#671</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/27626a3688c32d92b87583f89a6217ff55ed8f3f"><code>27626a3</code></a> Merge branch 'release/3.1.1'</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/0db92f683ab0a4952e6d1b32e75a43d938c2d52b"><code>0db92f6</code></a> release: 3.1.1</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/8cdc739c168e66c1e85d6155ad15eb8516a44c0a"><code>8cdc739</code></a> meta: Add Changelog for 3.1.1 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/668">#668</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/d39f50ebbcb9f2ea8743ce5aa13acf9c4a2dbbc6"><code>d39f50e</code></a> fix(core): Check for dev mode via <code>process.env.NODE_ENV</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/666">#666</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/071fd5cc0b2d46c977df30b2d4fa08a52694415a"><code>071fd5c</code></a> Merge branch 'release/3.1.0'</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/b2f807b2192ab965747301a06b5ecf6948ee72ef"><code>b2f807b</code></a> release: 3.1.0</li> <li><a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/d57886dc724863669cb5c951cd055495b4cc5cb5"><code>d57886d</code></a> meta: Update changelog for 3.1.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/664">#664</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.22.7...3.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/webpack-plugin&package-manager=npm_and_yarn&previous-version=2.22.7&new-version=3.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da8ba8d commit 8fc56d8

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@sentry/core": "9.1.0",
4949
"@sentry/react": "9.1.0",
50-
"@sentry/webpack-plugin": "2.22.7"
50+
"@sentry/webpack-plugin": "3.1.2"
5151
},
5252
"peerDependencies": {
5353
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",

yarn.lock

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -6587,11 +6587,6 @@
65876587
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.6.tgz#829d6caf2c95c1c46108336de4e1049e6521435e"
65886588
integrity sha512-V2g1Y1I5eSe7dtUVMBvAJr8BaLRr4CLrgNgtPaZyMT4Rnps82SrZ5zqmEkLXPumlXhLUWR6qzoMNN2u+RXVXfQ==
65896589

6590-
"@sentry/babel-plugin-component-annotate@2.22.7":
6591-
version "2.22.7"
6592-
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.7.tgz#604c7e33d48528a13477e7af597c4d5fca51b8bd"
6593-
integrity sha512-aa7XKgZMVl6l04NY+3X7BP7yvQ/s8scn8KzQfTLrGRarziTlMGrsCOBQtCNWXOPEbtxAIHpZ9dsrAn5EJSivOQ==
6594-
65956590
"@sentry/babel-plugin-component-annotate@3.1.2":
65966591
version "3.1.2"
65976592
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.1.2.tgz#5497ca5adbe775955e96c566511a0bed3ab0a3ce"
@@ -6611,20 +6606,6 @@
66116606
magic-string "0.30.8"
66126607
unplugin "1.0.1"
66136608

6614-
"@sentry/bundler-plugin-core@2.22.7":
6615-
version "2.22.7"
6616-
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.7.tgz#28204a224cd1fef58d157e5beeb2493947a9bc35"
6617-
integrity sha512-ouQh5sqcB8vsJ8yTTe0rf+iaUkwmeUlGNFi35IkCFUQlWJ22qS6OfvNjOqFI19e6eGUXks0c/2ieFC4+9wJ+1g==
6618-
dependencies:
6619-
"@babel/core" "^7.18.5"
6620-
"@sentry/babel-plugin-component-annotate" "2.22.7"
6621-
"@sentry/cli" "2.39.1"
6622-
dotenv "^16.3.1"
6623-
find-up "^5.0.0"
6624-
glob "^9.3.2"
6625-
magic-string "0.30.8"
6626-
unplugin "1.0.1"
6627-
66286609
"@sentry/bundler-plugin-core@3.1.2":
66296610
version "3.1.2"
66306611
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.1.2.tgz#29e4e686c5893b41a0d98a1bef6f0315a610bd59"
@@ -6639,95 +6620,41 @@
66396620
magic-string "0.30.8"
66406621
unplugin "1.0.1"
66416622

6642-
"@sentry/cli-darwin@2.39.1":
6643-
version "2.39.1"
6644-
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.39.1.tgz#75c338a53834b4cf72f57599f4c72ffb36cf0781"
6645-
integrity sha512-kiNGNSAkg46LNGatfNH5tfsmI/kCAaPA62KQuFZloZiemTNzhy9/6NJP8HZ/GxGs8GDMxic6wNrV9CkVEgFLJQ==
6646-
66476623
"@sentry/cli-darwin@2.41.1":
66486624
version "2.41.1"
66496625
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.41.1.tgz#ca7e12bf1ad59bc2df35868ae98abc8869108efa"
66506626
integrity sha512-7pS3pu/SuhE6jOn3wptstAg6B5nUP878O6s+2svT7b5fKNfYUi/6NPK6dAveh2Ca0rwVq40TO4YFJabWMgTpdQ==
66516627

6652-
"@sentry/cli-linux-arm64@2.39.1":
6653-
version "2.39.1"
6654-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.39.1.tgz#27db44700c33fcb1e8966257020b43f8494373e6"
6655-
integrity sha512-5VbVJDatolDrWOgaffsEM7znjs0cR8bHt9Bq0mStM3tBolgAeSDHE89NgHggfZR+DJ2VWOy4vgCwkObrUD6NQw==
6656-
66576628
"@sentry/cli-linux-arm64@2.41.1":
66586629
version "2.41.1"
66596630
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.41.1.tgz#948e8af8290418b1562db3531db08e69e39d74bb"
66606631
integrity sha512-EzYCEnnENBnS5kpNW+2dBcrPZn1MVfywh2joGVQZTpmgDL5YFJ59VOd+K0XuEwqgFI8BSNI14KXZ75s4DD1/Vw==
66616632

6662-
"@sentry/cli-linux-arm@2.39.1":
6663-
version "2.39.1"
6664-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.39.1.tgz#451683fa9a5a60b1359d104ec71334ed16f4b63c"
6665-
integrity sha512-DkENbxyRxUrfLnJLXTA4s5UL/GoctU5Cm4ER1eB7XN7p9WsamFJd/yf2KpltkjEyiTuplv0yAbdjl1KX3vKmEQ==
6666-
66676633
"@sentry/cli-linux-arm@2.41.1":
66686634
version "2.41.1"
66696635
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.41.1.tgz#1e5fa971ae8dfb3ea5564c8503b4e635ae6aed8a"
66706636
integrity sha512-wNUvquD6qjOCczvuBGf9OiD29nuQ6yf8zzfyPJa5Bdx1QXuteKsKb6HBrMwuIR3liyuu0duzHd+H/+p1n541Hg==
66716637

6672-
"@sentry/cli-linux-i686@2.39.1":
6673-
version "2.39.1"
6674-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.39.1.tgz#9965a81f97a94e8b6d1d15589e43fee158e35201"
6675-
integrity sha512-pXWVoKXCRrY7N8vc9H7mETiV9ZCz+zSnX65JQCzZxgYrayQPJTc+NPRnZTdYdk5RlAupXaFicBI2GwOCRqVRkg==
6676-
66776638
"@sentry/cli-linux-i686@2.41.1":
66786639
version "2.41.1"
66796640
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.41.1.tgz#3f01aff314f2ad8fd761f3e6e807a5ec09ae4eb4"
66806641
integrity sha512-urpQCWrdYnSAsZY3udttuMV88wTJzKZL10xsrp7sjD/Hd+O6qSLVLkxebIlxts70jMLLFHYrQ2bkRg5kKuX6Fg==
66816642

6682-
"@sentry/cli-linux-x64@2.39.1":
6683-
version "2.39.1"
6684-
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.39.1.tgz#31fe008b02f92769543dc9919e2a5cbc4cda7889"
6685-
integrity sha512-IwayNZy+it7FWG4M9LayyUmG1a/8kT9+/IEm67sT5+7dkMIMcpmHDqL8rWcPojOXuTKaOBBjkVdNMBTXy0mXlA==
6686-
66876643
"@sentry/cli-linux-x64@2.41.1":
66886644
version "2.41.1"
66896645
resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.41.1.tgz#30dbf966a4b4c1721ffccd901dfcb6f967db073d"
66906646
integrity sha512-ZqpYwHXAaK4MMEFlyaLYr6mJTmpy9qP6n30jGhLTW7kHKS3s6GPLCSlNmIfeClrInEt0963fM633ZRnXa04VPw==
66916647

6692-
"@sentry/cli-win32-i686@2.39.1":
6693-
version "2.39.1"
6694-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.39.1.tgz#609e8790c49414011445e397130560c777850b35"
6695-
integrity sha512-NglnNoqHSmE+Dz/wHeIVRnV2bLMx7tIn3IQ8vXGO5HWA2f8zYJGktbkLq1Lg23PaQmeZLPGlja3gBQfZYSG10Q==
6696-
66976648
"@sentry/cli-win32-i686@2.41.1":
66986649
version "2.41.1"
66996650
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.41.1.tgz#f88eeb5d2d4ee46c38d8616ae1eb484108ea71c2"
67006651
integrity sha512-AuRimCeVsx99DIOr9cwdYBHk39tlmAuPDdy2r16iNzY0InXs4xOys4gGzM7N4vlFQvFkzuc778Su0HkfasgprA==
67016652

6702-
"@sentry/cli-win32-x64@2.39.1":
6703-
version "2.39.1"
6704-
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.39.1.tgz#1a874a5570c6d162b35d9d001c96e5389d07d2cb"
6705-
integrity sha512-xv0R2CMf/X1Fte3cMWie1NXuHmUyQPDBfCyIt6k6RPFPxAYUgcqgMPznYwVMwWEA1W43PaOkSn3d8ZylsDaETw==
6706-
67076653
"@sentry/cli-win32-x64@2.41.1":
67086654
version "2.41.1"
67096655
resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.41.1.tgz#eefd95a2aa184adb464334e265b55a9142070f6f"
67106656
integrity sha512-6JcPvXGye61+wPp0xdzfc2YLE/Dcud8JdaK8VxLM3b/8+Em7E+UyliDu3uF8+YGUqizY5JYTd3fs17DC8DZhLw==
67116657

6712-
"@sentry/cli@2.39.1":
6713-
version "2.39.1"
6714-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.39.1.tgz#916bb5b7567ccf7fdf94ef6cf8a2b9ab78370d29"
6715-
integrity sha512-JIb3e9vh0+OmQ0KxmexMXg9oZsR/G7HMwxt5BUIKAXZ9m17Xll4ETXTRnRUBT3sf7EpNGAmlQk1xEmVN9pYZYQ==
6716-
dependencies:
6717-
https-proxy-agent "^5.0.0"
6718-
node-fetch "^2.6.7"
6719-
progress "^2.0.3"
6720-
proxy-from-env "^1.1.0"
6721-
which "^2.0.2"
6722-
optionalDependencies:
6723-
"@sentry/cli-darwin" "2.39.1"
6724-
"@sentry/cli-linux-arm" "2.39.1"
6725-
"@sentry/cli-linux-arm64" "2.39.1"
6726-
"@sentry/cli-linux-i686" "2.39.1"
6727-
"@sentry/cli-linux-x64" "2.39.1"
6728-
"@sentry/cli-win32-i686" "2.39.1"
6729-
"@sentry/cli-win32-x64" "2.39.1"
6730-
67316658
"@sentry/cli@2.41.1", "@sentry/cli@^2.36.1", "@sentry/cli@^2.41.1":
67326659
version "2.41.1"
67336660
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.41.1.tgz#a9467ca3ff4acfcdedec1565c9ff726b93758d29"
@@ -6763,15 +6690,6 @@
67636690
"@sentry/bundler-plugin-core" "2.22.6"
67646691
unplugin "1.0.1"
67656692

6766-
"@sentry/webpack-plugin@2.22.7":
6767-
version "2.22.7"
6768-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.22.7.tgz#992c6c782c736f22e72eb318745e28cc24aabad7"
6769-
integrity sha512-j5h5LZHWDlm/FQCCmEghQ9FzYXwfZdlOf3FE/X6rK6lrtx0JCAkq+uhMSasoyP4XYKL4P4vRS6WFSos4jxf/UA==
6770-
dependencies:
6771-
"@sentry/bundler-plugin-core" "2.22.7"
6772-
unplugin "1.0.1"
6773-
uuid "^9.0.0"
6774-
67756693
"@sentry/webpack-plugin@3.1.2":
67766694
version "3.1.2"
67776695
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-3.1.2.tgz#e7cf2b10b6d2fb2d6106e692469d02b6ab684bba"

0 commit comments

Comments
 (0)
0