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.107.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.108.0
Choose a head ref
  • 15 commits
  • 84 files changed
  • 9 contributors

Commits on Mar 14, 2024

  1. Merge branch 'release/7.107.0' into v7

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    98c8709 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix(types): Fix incorrect sampled type on Transaction (#11146)

    `@sentry/types` does not align with `@sentry/core`, and it causes build
    errors when `exactOptionalPropertyTypes` is `true`.
    
    This patch fixes the type error by explicitly specifying `undefined`.
    quisido authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4059bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef8c98 View commit details
    Browse the repository at this point in the history
  3. feat(webvitals): Adds event entry names for INP handler. Also guard a…

    …gainst empty metric value
    
    Adds more interaction event entry names to the INP handler, and
    distinguish op between click, hover, drag, and press.
    Also adds a check to `metric.value` to drop any spans that would have
    empty exclusive time
    edwardgou-sentry authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    47a3cc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    17a0e0f View commit details
    Browse the repository at this point in the history
  2. fix(webvitals): Fix mapping not being maintained properly and sometim…

    …es not sending INP spans (#11183)
    
    Fixes scenarios where interaction tracking wasn't properly recording up
    to 10 candidate INP interactions.
    Fixes `first-input` interaction not always tracked as INP candidates.
    Fixes INP candidates not always using the longest latency even in their
    interaction id grouping.
    
    Also fixes: #11156
    edwardgou-sentry authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0e9cddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7306da View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(v7/core): Backport ResizeObserver and googletag default filt…

    …ers (#11210)
    
    Backport two additional default error event filters to our
    `inboundFilters` integration:
    
    * #10845 
    * #11208
    Lms24 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4caa946 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    add5d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4ea76 View commit details
    Browse the repository at this point in the history
  3. fix(node): Time zone handling for cron (#11225)

    The `cron` package uses `timeZone`, while Sentry internally uses
    `timezone`. This caused Sentry cron jobs to be incorrectly upserted with
    no time zone information. Because of the use of the `...(timeZone ? {
    timeZone } : undefined)` idiom, TypeScript type checking did not catch
    the mistake.
    
    I kept `cron`'s `timeZone` capitalization within Sentry's
    instrumentation and changed from the `...(timeZone ? { timeZone } :
    undefined)` idiom so TypeScript could catch mistakes of this sort.
    (Passing an undefined `timezone` appears to be okay, because Sentry's
    `node-cron` instrumentation does it.)
    joshkel authored and AbhiPrasad committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e3306a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f5d487 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11232 from getsentry/abhi-7.107.0

    meta: CHANGELOG for 7.108.0
    AbhiPrasad authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    238c460 View commit details
    Browse the repository at this point in the history
  6. release: 7.108.0

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