Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript-bundler-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.1
Choose a base ref
...
head repository: getsentry/sentry-javascript-bundler-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.2
Choose a head ref
  • 7 commits
  • 33 files changed
  • 5 contributors

Commits on Nov 20, 2025

  1. Merge branch 'release/4.6.1'

    getsentry-bot committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    05084f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. fix(esbuild): fix debug ID injection when moduleMetadata or `applic…

    …ationKey` is set (#828)
    
    * tests: added tests to confirm bug
    
    * fix(esbuild): ensure debug IDs are injected alongside moduleMetadata
    
    * fix: linting and enable es6
    
    * chore: comments
    
    * test: added applicationKey setting tests
    
    * fix(esbuild): strip query strings from importer paths in metadata proxy check
    
    * fix(esbuild): clear state from previous builds for watch mode and tests
    
    * fix(esbuild): clear stale metadata entries during build state reset
    logaretm authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    777850f View commit details
    Browse the repository at this point in the history
  2. fix(rollup): Prevent double-injection of debug ID (#827)

    * fix(rollup): Prevent double-injection of debug ID
    
    * prettier
    
    * fix linting issues
    
    * use matchInlineSnapshot fn
    
    * increase boundary to 6000 chars
    s1gr1d authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    ef6f4bb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. fix(vite): Skip code injection for HTML facade chunks (#830)

    * test: added testing fixtures
    
    * fix: skip code injection in facade and empty code chunks
    
    * refactor(tests): tighten assertions and remove unused console.log
    
    * refactor: extract file type check
    
    * style: format fixture code
    logaretm authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    4728fc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. fix(vite): Ensure sentryVitePlugin always returns an array of plugins (

    …#832)
    
    Normalizes the vite plugin to always return an array of plugins.
    nicohrubec authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    0ed8414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328c9ef View commit details
    Browse the repository at this point in the history
  3. release: 4.6.2

    getsentry-bot committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    770c8c5 View commit details
    Browse the repository at this point in the history
Loading