Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps @sentry/webpack-plugin from 4.3.0 to 4.6.1.

Release notes

Sourced from @​sentry/webpack-plugin's releases.

4.6.1

  • chore(deps): Update glob to 10.5.0 (#823)
  • chore(core): Log release output (#821)

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

Changelog

Sourced from @​sentry/webpack-plugin's changelog.

4.6.1

  • chore(deps): Update glob to 10.5.0 (#823)
  • chore(core): Log release output (#821)

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

Commits
  • 467f987 release: 4.6.1
  • a6ef800 meta(changelog): Update changelog for 4.6.1 (#824)
  • c98c833 chore(deps): Update glob to 10.5.0 (#823)
  • 31d9b67 chore(core): Log release output (#821)
  • 70e8927 Merge branch 'release/4.6.0'
  • 2ad20eb release: 4.6.0
  • d7fb379 meta(changelog): Update changelog for 4.6.0 (#820)
  • 20936b2 feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)
  • 87c8e14 fix(core): Stop awaiting build start telemetry to avoid breaking module feder...
  • fb36641 Merge branch 'release/4.5.0'
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 20, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/webpack-plugin-4.6.1 branch from ce6bd51 to f335e79 Compare November 20, 2025 17:26
@chargome
Copy link
Member

@dependabot rebase

Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.3.0 to 4.6.1.
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@4.3.0...4.6.1)

---
updated-dependencies:
- dependency-name: "@sentry/webpack-plugin"
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@chargome chargome force-pushed the dependabot/npm_and_yarn/sentry/webpack-plugin-4.6.1 branch from f335e79 to ecbb1ec Compare November 21, 2025 11:58
@chargome chargome self-assigned this Nov 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions
Copy link
Contributor

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 9,164 - 8,868 +3%
GET With Sentry 1,737 19% 1,709 +2%
GET With Sentry (error only) 6,144 67% 5,926 +4%
POST Baseline 1,211 - 1,183 +2%
POST With Sentry 588 49% 567 +4%
POST With Sentry (error only) 1,073 89% 1,043 +3%
MYSQL Baseline 3,314 - 3,241 +2%
MYSQL With Sentry 447 13% 430 +4%
MYSQL With Sentry (error only) 2,725 82% 2,703 +1%

View base workflow run

@chargome chargome enabled auto-merge (squash) November 21, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants