Skip to content

fix(deps): update dependency @sentry/vite-plugin to v4#1598

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-vite-plugin-4.x
Open

fix(deps): update dependency @sentry/vite-plugin to v4#1598
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sentry-vite-plugin-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2026

This PR contains the following updates:

Package Change Age Confidence
@sentry/vite-plugin (source) 2.23.14.9.1 age confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-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 - At any time (no schedule defined), 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 force-pushed the renovate/sentry-vite-plugin-4.x branch 2 times, most recently from 2efc601 to 72ab24f Compare January 23, 2026 18:55
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch 2 times, most recently from 532e8af to caa92ee Compare February 2, 2026 13:05
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from caa92ee to 1f4cd5e Compare February 2, 2026 21:29
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 1f4cd5e to 5425ad0 Compare February 10, 2026 19:04
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 5425ad0 to 2a84ac0 Compare February 17, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants