-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 4a9a207
head repository: getsentry/sentry-javascript
compare: 9a52d91
- 16 commits
- 148 files changed
- 11 contributors
Commits on Mar 28, 2024
-
Merge branch 'release/7.109.0' into v7
getsentry-bot committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 926dd3d - Browse repository at this point
Copy the full SHA 926dd3dView commit details
Commits on Apr 2, 2024
-
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...?)
Configuration menu - View commit details
-
Copy full SHA for fdcd1ad - Browse repository at this point
Copy the full SHA fdcd1adView commit details
Commits on Apr 3, 2024
-
feat(v7): Deprecate and relocate
trpcMiddleware(#11389)Luca Forstner authoredApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 264d9b1 - Browse repository at this point
Copy the full SHA 264d9b1View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 7dae9f6 - Browse repository at this point
Copy the full SHA 7dae9f6View commit details -
fix(spans): Allow zero exclusive time for INP spans (#11408)
Allows exclusive time for spans to be 0, including inp spans.
Configuration menu - View commit details
-
Copy full SHA for 9bfadb5 - Browse repository at this point
Copy the full SHA 9bfadb5View commit details
Commits on Apr 8, 2024
-
fix(core): [v7] unref timer to not block node exit (#11483)
This backports #11430 to v7
Configuration menu - View commit details
-
Copy full SHA for 43b83a6 - Browse repository at this point
Copy the full SHA 43b83a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129189b - Browse repository at this point
Copy the full SHA 129189bView commit details
Commits on Apr 9, 2024
-
fix(metrics): Map
statsdtometric_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.
Configuration menu - View commit details
-
Copy full SHA for ad2685a - Browse repository at this point
Copy the full SHA ad2685aView commit details
Commits on Apr 10, 2024
-
feat(v7/core): Deprecate
Hubclass (#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.
Configuration menu - View commit details
-
Copy full SHA for 9d861fe - Browse repository at this point
Copy the full SHA 9d861feView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab40116 - Browse repository at this point
Copy the full SHA ab40116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6211563 - Browse repository at this point
Copy the full SHA 6211563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 220580f - Browse repository at this point
Copy the full SHA 220580fView commit details -
feat(v7/types): Deprecate
Hubinterface (#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` 🤞
Configuration menu - View commit details
-
Copy full SHA for 5c35031 - Browse repository at this point
Copy the full SHA 5c35031View commit details -
feat(core): Update metric normalization (v7) (#11519)
Backport of #11518 for v7
Configuration menu - View commit details
-
Copy full SHA for 1c0194a - Browse repository at this point
Copy the full SHA 1c0194aView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0369bdb - Browse repository at this point
Copy the full SHA 0369bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a52d91 - Browse repository at this point
Copy the full SHA 9a52d91View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4a9a207...9a52d91