Conversation

dependabot[bot]

Bumps @sentry/webpack-plugin from 3.3.1 to 3.5.0.

Release notes

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

3.5.0

  • feat(core): Add hook to customize source map file resolution (#732)
  • fix(core): Avoid console output and telemetry init when plugins are disabled (#741)

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

3.4.0

  • fix: Replace existing debug ID comments (#730)
  • feat: Expose bundler plugin primitives via createSentryBuildPluginManager (#714)
Changelog

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

3.5.0

  • feat(core): Add hook to customize source map file resolution (#732)
  • fix(core): Avoid console output and telemetry init when plugins are disabled (#741)

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

3.4.0

  • fix: Replace existing debug ID comments (#730)
  • feat: Expose bundler plugin primitives via createSentryBuildPluginManager (#714)
Commits
  • 20e59da release: 3.5.0
  • bab95d9 meta: Add Changelog entry for 3.5.0 (#743)
  • 4dcccca chore(deps-dev): bump rollup from 2.75.7 to 2.79.2 in /packages/webpack-plugi...
  • 7130a86 fix(core): Avoid console output and telemetry init when plugins are disabled ...
  • 3ba65eb chore: Add contributor attribution to changelog (#738)
  • b33725e feat(core): Add hook to customize source map file resolution (#732)
  • 7b097fc Merge branch 'release/3.4.0'
  • 0e15c25 release: 3.4.0
  • 30c15df meta: Update changelog for 3.4.0 (#733)
  • 7bc20a7 fix: Replace existing debug ID comments (#730)
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabotdependabot bot added dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript codelabels May 26, 2025
@Lms24Lms24 merged commit 33ef453 into develop May 27, 2025
146 checks passed
@Lms24Lms24 deleted the dependabot/npm_and_yarn/sentry/webpack-plugin-3.5.0 branch May 27, 2025 07:40
Sign up for free to join this conversation on . Already have an account? Sign in to comment
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
None yet

Successfully merging this pull request may close these issues.

@Lms24