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: 8.3.0
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: 8.4.0
Choose a head ref
  • 13 commits
  • 100 files changed
  • 9 contributors

Commits on May 22, 2024

  1. Merge pull request #12163 from getsentry/prepare-release/8.3.0

    meta(changelog): Update changelog for v8.3.0
    mydea authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d1fc0ef View commit details
    Browse the repository at this point in the history
  2. ref(otel): Remove mentions of hub from comments (#12170)

    Just noticed we still mention the hub in the `ContextManager`, removing
    that.
    sentrivana authored May 22, 2024
    Configuration menu
    Copy the full SHA
    eea57bf View commit details
    Browse the repository at this point in the history
  3. ref(browser): Refactor isNativeFetch -> isNativeFunction (#12166)

    This makes the `isNativeFetch` check a bit more generic/naive. It no
    longer checks that the function name matches `fetch` explicitly, but I
    think thats ok.
    
    
    Follow-up to #11924
    billyvg authored May 22, 2024
    Configuration menu
    Copy the full SHA
    5446c36 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/8.3.0'

    getsentry-bot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    37d09ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12173 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6254629 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    a45bdd1 View commit details
    Browse the repository at this point in the history
  2. feat(angular): Add Support for Angular 18 (#12183)

    Add support for Angular 18 in our Angular SDK
    
    - bumped peer dependency version range
    - added e2e test for Angular 18
    Lms24 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    6c28d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0332fa View commit details
    Browse the repository at this point in the history
  4. ci(e2e): Use react beta for Next.js canary tests (#12186)

    Luca Forstner authored May 23, 2024
    Configuration menu
    Copy the full SHA
    4caf92c View commit details
    Browse the repository at this point in the history
  5. feat(nextjs): Trace pageloads in App Router (#12157)

    Luca Forstner authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d5a332c View commit details
    Browse the repository at this point in the history
  6. meta(changelog): Update changelog for 8.4.0

    Luca Forstner committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b203c2b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12190 from getsentry/prepare-release/8.4.0

    Luca Forstner authored May 23, 2024
    Configuration menu
    Copy the full SHA
    5e5c933 View commit details
    Browse the repository at this point in the history
  8. release: 8.4.0

    getsentry-bot committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fa14035 View commit details
    Browse the repository at this point in the history
Loading