Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@sentry/vite-plugin (source) ^2.23.0 -> ^4.0.0 age confidence

Release Notes

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

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!

v2.23.1

Compare Source

  • fix(v2/core): Make moduleMetadata injection code ES5-compliant (#​773)

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 e0daa05 to 58411b8 Compare July 29, 2025 10:05
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch 3 times, most recently from 82b373b to 05668d6 Compare August 13, 2025 11:33
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 05668d6 to 81eb2eb Compare August 19, 2025 14:05
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 81eb2eb to 5effddc Compare August 31, 2025 10:51
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 5effddc to 1a0ef2d Compare September 7, 2025 23:25
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 1a0ef2d to 8812dba Compare September 25, 2025 15:09
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 8812dba to 836e19c Compare October 10, 2025 12:48
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from 836e19c to fedb791 Compare October 20, 2025 17:53
@renovate renovate bot force-pushed the renovate/sentry-vite-plugin-4.x branch from fedb791 to 8a90b70 Compare October 28, 2025 20:01
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.

1 participant