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: 4a9a207
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: 9a52d91
Choose a head ref
  • 16 commits
  • 148 files changed
  • 11 contributors

Commits on Mar 28, 2024

  1. Merge branch 'release/7.109.0' into v7

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

Commits on Apr 2, 2024

  1. ref(v7): Deprecate addRequestDataToTransaction (#11368)

    This is not used/needed anymore in v8, and also is coupled to
    transactions.
    
    Not sure if we need to add this to migration docs, as this is from utils
    and was more internally used...? (Also, I guess if so we need to add it
    to migration docs in a separate PR on develop...?)
    mydea authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fdcd1ad View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat(v7): Deprecate and relocate trpcMiddleware (#11389)

    Luca Forstner authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    264d9b1 View commit details
    Browse the repository at this point in the history
  2. feat(interactions): Add interactions sample rate to browser tracing i…

    …ntegrations (#11382)
    
    Adds a `interactionsSampleRate` option to browser tracing integrations
    to allow users to apply an additional sample rate filter on interaction
    spans.
    
    `interactionsSampleRate` is applied on top of the global
    `tracesSampleRate`.
    Therefore if `interactionsSampleRate` is `0.5` and `tracesSampleRate` is
    `0.1`, then the actual sample rate for interactions is `0.05`
    edwardgou-sentry authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7dae9f6 View commit details
    Browse the repository at this point in the history
  3. fix(spans): Allow zero exclusive time for INP spans (#11408)

    Allows exclusive time for spans to be 0, including inp spans.
    edwardgou-sentry authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9bfadb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    43b83a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129189b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix(metrics): Map statsd to metric_bucket (#11505)

    `statsd` is the envelope item type and `metric_bucket` is the data
    category. I also changed some variable names to keep a better
    distinction.
    s1gr1d authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ad2685a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat(v7/core): Deprecate Hub class (#11528)

    Deprecate the `Hub` class which we'll remove in a follow-up PR
    in v8. The replacement is to mostly use the scope-centered APIs. Most
    APIs that relied on the `Hub` class (unfortunately quite a lot - looks
    like we weren't really consistent in using the Hub interface instead of
    the class) are already deprecated and already removed in v8.
    Lms24 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9d861fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab40116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6211563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    220580f View commit details
    Browse the repository at this point in the history
  5. feat(v7/types): Deprecate Hub interface (#11530)

    This PR deprecates the `Hub` interface as a continuation of #11528 where
    we deprecated the Hub class.
    
    The difference here is that the interface will stay deprecated
    throughout v8 so that we can shim the infamous `getCurrentHub` API. Most
    other usages of the interface should already be removed in v8/`develop`
    🤞
    Lms24 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5c35031 View commit details
    Browse the repository at this point in the history
  6. feat(core): Update metric normalization (v7) (#11519)

    Backport of #11518 for v7
    timfish authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1c0194a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    0369bdb View commit details
    Browse the repository at this point in the history
  2. release: 7.110.0

    getsentry-bot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9a52d91 View commit details
    Browse the repository at this point in the history
Loading