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: 3.1.2
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: 3.2.1
Choose a head ref
  • 8 commits
  • 22 files changed
  • 5 contributors

Commits on Feb 4, 2025

  1. Merge branch 'release/3.1.2'

    getsentry-bot committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    7e71b59 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. feat(core): Accept and await a promise in `sourcemaps.filesToDeleteAf…

    …terUpload` (#677)
    
    Widen the accepted type for `filesToDeleteAfterSourcemaps` to allow us (as well as users) to pass in a `Promise<string | string[]>` to do so. This promise can resolve whenever we know what to set and we await the promise before calling `glob` to get all file paths to delete.
    Lms24 authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    4255012 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. meta: Update changelog for 3.2.0 (#678)

    Update changelog for 3.2.0
    Lms24 authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    a650878 View commit details
    Browse the repository at this point in the history
  2. release: 3.2.0

    getsentry-bot committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    9ce301a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/3.2.0'

    getsentry-bot committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    ac96af1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    c72d4df View commit details
    Browse the repository at this point in the history
  2. deps: Bump @sentry/cli to 2.42.2 (#685)

    Luca Forstner authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    0968db9 View commit details
    Browse the repository at this point in the history
  3. release: 3.2.1

    getsentry-bot committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    4c79586 View commit details
    Browse the repository at this point in the history
Loading