-
-
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: 7.107.0
head repository: getsentry/sentry-javascript
compare: 7.108.0
- 15 commits
- 84 files changed
- 9 contributors
Commits on Mar 14, 2024
-
Merge branch 'release/7.107.0' into v7
getsentry-bot committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 4eede83 - Browse repository at this point
Copy the full SHA 4eede83View commit details
Commits on Mar 15, 2024
-
feat(serverless/v7): Add Node.js 20 to compatible runtimes (#11104)
Luca Forstner authoredMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 98c8709 - Browse repository at this point
Copy the full SHA 98c8709View commit details
Commits on Mar 18, 2024
-
fix(types): Fix incorrect
sampledtype onTransaction(#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`.
Configuration menu - View commit details
-
Copy full SHA for 4059bbd - Browse repository at this point
Copy the full SHA 4059bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef8c98 - Browse repository at this point
Copy the full SHA aef8c98View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 47a3cc7 - Browse repository at this point
Copy the full SHA 47a3cc7View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17a0e0f - Browse repository at this point
Copy the full SHA 17a0e0fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0e9cddf - Browse repository at this point
Copy the full SHA 0e9cddfView commit details -
fix(node): Record local variables with falsy values (v7) (#11190)
Backport to v7 of #10821
Configuration menu - View commit details
-
Copy full SHA for c7306da - Browse repository at this point
Copy the full SHA c7306daView commit details
Commits on Mar 20, 2024
-
feat(v7/core): Backport
ResizeObserverandgoogletagdefault filt…Configuration menu - View commit details
-
Copy full SHA for 4caa946 - Browse repository at this point
Copy the full SHA 4caa946View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for add5d5f - Browse repository at this point
Copy the full SHA add5d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4ea76 - Browse repository at this point
Copy the full SHA bf4ea76View commit details -
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.)Configuration menu - View commit details
-
Copy full SHA for e3306a6 - Browse repository at this point
Copy the full SHA e3306a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5d487 - Browse repository at this point
Copy the full SHA 4f5d487View commit details -
Merge pull request #11232 from getsentry/abhi-7.107.0
meta: CHANGELOG for 7.108.0
Configuration menu - View commit details
-
Copy full SHA for 238c460 - Browse repository at this point
Copy the full SHA 238c460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009bedc - Browse repository at this point
Copy the full SHA 009bedcView 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 7.107.0...7.108.0