Skip to content

chore(deps): update dependency @sentry/webpack-plugin to v4 - autoclosed#198

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sentry-webpack-plugin-4.x
Closed

chore(deps): update dependency @sentry/webpack-plugin to v4 - autoclosed#198
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sentry-webpack-plugin-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@sentry/webpack-plugin (source) ^2.0.0^4.0.0 age confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v4.9.1

Compare Source

New Features ✨
Internal Changes 🔧

v4.9.0

Compare Source

New Features ✨

v4.8.0

Compare Source

New Features ✨

v4.7.0

Compare Source

  • docs: Add RELEASE.md to document release process (#​834)
  • feat: Combine injection plugins (#​844)
  • fix(plugin-manager): Enable "rejectOnError" in debug (#​837)
  • fix(plugin-manager): Respect sourcemap.ignore values for injecting debugIDs (#​836)
  • fix(vite): Skip HTML injection for MPA but keep it for SPA (#​843)
Internal Changes
  • chore: Use pull_request_target for changelog preview (#​842)
  • ci(release): Switch from action-prepare-release to Craft (#​831)
  • test: Ensure Debug IDs match (#​840)

v4.6.2

Compare Source

  • fix(vite): Ensure sentryVitePlugin always returns an array of plugins (#​832)
  • fix(vite): Skip code injection for HTML facade chunks (#​830)
  • fix(rollup): Prevent double-injection of debug ID (#​827)
  • fix(esbuild): fix debug ID injection when moduleMetadata or applicationKey is set (#​828)

v4.6.1

Compare Source

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

v4.6.0

Compare Source

  • 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)

v4.5.0

Compare Source

  • 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)

v4.4.0

Compare Source

  • 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!

v4.3.0

Compare Source

  • feat(core): Extend deploy option to allow opting out of automatic deploy creation (#​801)
  • feat(core): No asset globbing for direct upload (#​800)

v4.2.0

Compare Source

  • feat(core): Add prepareArtifacts option for uploading sourcemaps (#​794)
  • perf: use premove for build clean (#​792)
  • fix(core): Forward headers option to sentry-cli (#​797)

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

v4.1.1

Compare Source

  • fix(react-native): Enhance fragment detection for indirect references (#​767)

v4.1.0

Compare Source

  • feat(deps): Bump @​sentry/cli to 2.51.0 #​786
  • feat(core): Add flag for disabling sourcemaps upload #​785
  • fix(debugId): Add guards for injected code to avoid errors #​783
  • docs(options): Improve JSDoc for options #​781
  • feat(core): Expose method for injecting debug Ids from plugin manager #​784

v4.0.2

Compare Source

  • fix(core): Make moduleMetadata injection snippet ES5-compliant (#​774)

v4.0.1

Compare Source

  • fix(core): Make plugin inject ES5-friendly code (#​770)
  • fix(core): Use renderChunk for release injection for Rollup/Rolldown/Vite (#​761)

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

v4.0.0

Compare Source

Breaking Changes
  • (Type change) Vite plugin now returns VitePlugin type instead of any
  • Deprecated function getBuildInformation has been removed
List of Changes
  • feat(core)!: Remove getBuildInformation export (#​765)
  • feat(vite)!: Update return type of vite plugin (#​728)

v3.6.1

Compare Source

  • fix(core): Observe and handle Sentry CLI sourcemap upload failures (#​763)

v3.6.0

Compare Source

  • feat(core): Don't add debugIdUploadPlugin when sourcemaps option is disabled (#​753)
  • fix(core): Avoid showing success message if upload was disabled or nothing was uploaded (#​757)

v3.5.0

Compare Source

  • 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!

v3.4.0

Compare Source

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

v3.3.1

Compare Source

  • fix(webpack5): All esm files must have .mjs postfix (#​721)

v3.3.0

Compare Source

  • feat(webpack): Add @sentry/webpack-plugin/webpack5 export for webpack 5.1+ and compatible environments (#​715)
  • feat: Only do automatic commit association for Vercel production environments (#​711)

v3.2.4

Compare Source

  • Revert "feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#​700)" (#​709)
  • ref: Remove deprecated use of useArtifacBundles (#​707)

v3.2.3

Compare Source

  • feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#​700)
  • feat(webpack): Primarily use contentHash for debug ID hash (#​702)
  • feat: Detect Vercel commits and env (#​694)
  • feat: Default to automatically setting commits on release (#​692)

v3.2.2

Compare Source

  • feat(annotation): Handle JSX member expressions (#​690)
  • fix(core): Don't crash on recoverable CLI command error (#​682)
  • chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT in passThroughEnv when using Turborepo (#​675)

v3.2.1

Compare Source

v3.2.0

Compare Source

  • feat(core): Accept and await a promise in sourcemaps.filesToDeleteAfterUpload (#​677)

v3.1.2

Compare Source

  • deps: Bump @sentry/cli to 2.41.1 (#​671)

v3.1.1

Compare Source

  • fix(core): Disable release creation and source maps upload in dev mode (#​666)

    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.

v3.1.0

Compare Source

  • feat(webpack): Gate forced process exit behind experimental flag (#​663)

v3.0.0

Compare Source

Breaking Changes
  • Injected code will now use let, which was added in ES6 (ES2015).
    This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.

  • Deprecated options have been removed:

    • deleteFilesAfterUpload - Use filesToDeleteAfterUpload instead
    • bundleSizeOptimizations.excludePerformanceMonitoring - Use bundleSizeOptimizations.excludeTracing instead
    • _experiments.moduleMetadata - Use moduleMetadata instead
    • cleanArtifacts - Did not do anything
List of Changes
  • fix!: Wrap injected code in block-statement to contain scope (#​646)
  • chore!: Remove deprecated options (#​654)
  • feat(logger): Use console methods respective to log level (#​652)
  • fix(webpack): Ensure process exits when done (#​653)
  • fix: Use correct replacement matcher for bundleSizeOptimizations.excludeTracing (#​644)

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


Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 11, 2025
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch 2 times, most recently from 836ae21 to 87682d3 Compare August 13, 2025 15:46
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 87682d3 to c58aab6 Compare August 19, 2025 17:04
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch 3 times, most recently from 7098372 to 899fae3 Compare September 2, 2025 16:36
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 899fae3 to 59e5b08 Compare September 25, 2025 21:12
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 59e5b08 to 771e46d Compare October 10, 2025 13:04
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 771e46d to 1a1fc43 Compare October 20, 2025 14:14
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 1a1fc43 to c9533f0 Compare October 28, 2025 22:43
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from c9533f0 to 06696f0 Compare November 11, 2025 01:48
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch 2 times, most recently from 71ca269 to b7a20b0 Compare November 20, 2025 13:54
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from b7a20b0 to cec5530 Compare December 3, 2025 19:54
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from cec5530 to 42f2ce8 Compare December 31, 2025 16:37
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch 2 times, most recently from 8f22292 to 2898ab4 Compare January 14, 2026 17:41
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch 3 times, most recently from 8630196 to ef2b341 Compare January 26, 2026 14:49
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from ef2b341 to 9d1b2bc Compare February 2, 2026 13:09
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 9d1b2bc to 7c3a7bd Compare February 10, 2026 18:37
@renovate renovate Bot force-pushed the renovate/sentry-webpack-plugin-4.x branch from 7c3a7bd to 48016dc Compare February 17, 2026 21:40
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/webpack-plugin to v4 chore(deps): update dependency @sentry/webpack-plugin to v4 - autoclosed Feb 23, 2026
@renovate renovate Bot closed this Feb 23, 2026
@renovate renovate Bot deleted the renovate/sentry-webpack-plugin-4.x branch February 23, 2026 14:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants