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: 5.1.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: 5.2.0
Choose a head ref
  • 19 commits
  • 487 files changed
  • 7 contributors

Commits on Feb 26, 2026

  1. Merge branch 'release/5.1.1'

    getsentry-bot committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    118e15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad180c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f551c70 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. chore: Remove lerna (#895)

    timfish authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    bdc5345 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    ef7d97f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    0a3001e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    d58faea View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. test: Isolate integration test package installs (#902)

    * test: Isolate integration test package installs
    
    * Remove magic pkgJson length
    timfish authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    f57805a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    0694741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a89c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    136d4cf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. fix(e2e-tests): Pin axios to 1.13.5 to avoid compromised 1.14.1 (#906)

    axios 1.14.1 contains a supply chain attack via the plain-crypto-js
    dependency. Pin to 1.13.5 to prevent accidental upgrades.
    
    See: https://x.com/feross/status/2038807290422370479
    andreiborza authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    a0aefde View commit details
    Browse the repository at this point in the history
  2. fix(core): Conditionally add tracing headers (#907)

    Our trace data was added unconditionally here.
    chargome authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    97614c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    3bf270c View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump vulnerable webpack version (#909)

    Bump webpack from vulnerable versions (5.0.0, 5.74.0) to 5.76.0 across 4 packages to fix CVE-2023-28154 (cross-realm object access in Webpack 5)
    chargome authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    1e6cfc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. fix(rollup): Make rollup an optional peer dependency (#913)

    This PR makes `rollup` an optional peer dependency of `@sentry/rollup-plugin`.
    
    Vite 8 no no longer ships with rollup and installing `@sentry/vite-plugin` leads
    to dependency warnings of rollup missing even though the plugin works without
    rollup installed.
    
    Closes: #910
    andreiborza authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    aa73f53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa5191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bea0f View commit details
    Browse the repository at this point in the history
  4. release: 5.2.0

    chargome committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    e2cdbf8 View commit details
    Browse the repository at this point in the history
Loading