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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 368ec6b
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 090af74
Choose a head ref
  • 4 commits
  • 50 files changed
  • 3 contributors

Commits on Jun 10, 2024

  1. Merge branch 'release/7.117.0' into v7

    getsentry-bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ce32001 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix(v7/bundle): Ensure CDN bundles do not overwrite window.Sentry (#…

    …12579)
    
    This was brought up in Slack - turns out we were always overwriting
    `window.Sentry` when a CDN bundle was loaded. This means that if a user
    e.g. loaded an integration via CDN, which is put on `window.Sentry`,
    this was overwritten if the loader fetched the base CDN bundle later.
    
    This _probably_ did not come up earlier because we may handle
    `Sentry.Integrations` specially, but not sure. This fix should ensure
    this works as expected!
    mydea authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dccc77c View commit details
    Browse the repository at this point in the history
  2. meta(changelog): Update Changelog for 7.118.0 (#12583)

    Backport release that should fix CDN bundles for the loader.
    mydea authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bdf5536 View commit details
    Browse the repository at this point in the history
  3. release: 7.118.0

    getsentry-bot committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    090af74 View commit details
    Browse the repository at this point in the history
Loading