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: 6914a24
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: 7fc8083
Choose a head ref
  • 8 commits
  • 108 files changed
  • 8 contributors

Commits on Feb 10, 2025

  1. feat(ci): Add junit reporters to jest/vitest + codecov test results (#…

    …15341)
    
    I noticed that not all of our tests were being tracked in codecov. This
    adds `jest-junit` reporter for our jest tests and configures vitest to
    use junit reporter (when `CI` env var is set).
    
    This brings [the number of tests
    tracked](https://app.codecov.io/gh/getsentry/sentry-javascript/tests/feat-ci-jest-junit)
    from ~700 to 4.5k
    
    ---------
    
    Co-authored-by: joseph-sentry <136376984+joseph-sentry@users.noreply.github.com>
    billyvg and joseph-sentry authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    d8369f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2afe732 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. feat(replay/feedback): Add experimental autoFlushOnFeedback option (#…

    …15356)
    
    This PR adds an experimental flag `autoFlushOnFeedback` to the replay
    options.
    
    It aims to reduce replays that only contain the user interaction within
    the feedback modal, whereas the we rather want to inspect what happened
    prior to this.
    
    Once enabled, replays are automatically flushed when:
    - the feedback modal is opened
    - feedback is captured manually through an api call
    
    partly related to
    #6908
    chargome authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2f17ef1 View commit details
    Browse the repository at this point in the history
  2. feat(nestjs): Support v11 (#15114)

    Co-authored-by: s1gr1d <sigrid.huemer@posteo.at>
    Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
    3 people authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    55cccfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c7edab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1774a9e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15364 from getsentry/prepare-release/9.0.1

    meta(changelog): Update changelog for 9.0.1
    lforst authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    f884c09 View commit details
    Browse the repository at this point in the history
  6. release: 9.0.1

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