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: 7.108.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: 7.109.0
Choose a head ref
  • 10 commits
  • 79 files changed
  • 8 contributors

Commits on Mar 22, 2024

  1. Merge branch 'release/7.108.0' into v7

    getsentry-bot committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    25af150 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ef37773 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    16dc092 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. feat(feedback/v7): Make "required" text for input elements configurab…

    …le (#11287)
    
    Backport of #11153
    
    From the OP (h/t @soerface):
    
    This introduces an option `isRequiredLabel`, and I planned to also add
    `errorMessageText`.
    
    However, this PR is branched off from a version that is a couple days
    old. Right now, @c298lee is currently working on getsentry/sentry#63749,
    which is causing major changes and the current version on master doesn't
    work yet. Therefore, I didn't yet implement `errorMessageText`.
    
    So consider this PR as a PoC, and either feel free to tag me when the
    screenshot changes are done – then I'll redo the changes based on the
    version that supports screenshots – or add the option on your own;
    however you prefer 🙂
    
    ---------
    
    Co-authored-by: Soeren Wegener <wegener92@gmail.com>
    billyvg and soerface authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f8ac61d View commit details
    Browse the repository at this point in the history
  2. feat(replay/v7): Bump rrweb to 2.12.0 (#11317)

    Backport of #11314
    
    * fix(canvas): createImageBitmap throws when canvas size is 0
    * fix: fixes several cases where we access an undefined value
    * fix: Incorrect parsing of functional pseudo class css selector
    billyvg authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    75b4361 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    42b09c5 View commit details
    Browse the repository at this point in the history
  2. feat(node): Add scope to ANR events (v7) (#11267)

    Backport of #11256
    
    Scope wasn't working for the deprecated export (pre. integration) so I
    didn't spend any time trying to fix it and just don't test this scope
    feature for that.
    timfish authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9d680ff View commit details
    Browse the repository at this point in the history
  3. fix(node): [v7] Skip capturing Hapi Boom error responses (#11324)

    Backport of #11151 to
    v7
    
    Co-authored-by: Onur Temizkan <onur@narval.co.uk>
    AbhiPrasad and onurtemizkan authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1c43a5a View commit details
    Browse the repository at this point in the history
  4. meta: CHANGELOG for 7.109.0 (#11340)

    Dependent on #11324
    
    tracking issue:
    #11247
    AbhiPrasad authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5c04c02 View commit details
    Browse the repository at this point in the history
  5. release: 7.109.0

    getsentry-bot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4a9a207 View commit details
    Browse the repository at this point in the history
Loading