-
-
Notifications
You must be signed in to change notification settings - Fork 229
Comparing changes
Open a pull request
base repository: getsentry/sentry-cli
base: 2.40.0
head repository: getsentry/sentry-cli
compare: 2.41.1
- 15 commits
- 26 files changed
- 4 contributors
Commits on Jan 2, 2025
-
getsentry-bot committed
Jan 2, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 3638236 - Browse repository at this point
Copy the full SHA 3638236View commit details
Commits on Jan 7, 2025
-
ref(api): Remove unnecessary
collect
(#2333)Since we only use the `Vec` created by the `collect` in the loop below, there is no reason for the collect. Removing the collect prevents an unnecessary allocation of the `Vec`, and allows the loop instead to lazily compute the stringified chunks during iteration
Configuration menu - View commit details
-
Copy full SHA for ace07ee - Browse repository at this point
Copy the full SHA ace07eeView commit details -
ref(dif): Create type for DIF validation errors
Having a type for DIF validation errors will give us more flexible error handling abilities.
Configuration menu - View commit details
-
Copy full SHA for ed061bf - Browse repository at this point
Copy the full SHA ed061bfView commit details -
ref(dif): Handle "too big" error with warning
This will make redundant the existing warning in the funciton used to validate a DIF's size, allowing us to delete that warning. This change will help make the code more readable and maintainable.
Configuration menu - View commit details
-
Copy full SHA for ad7e037 - Browse repository at this point
Copy the full SHA ad7e037View commit details -
feat(dif): Fail
debug-files upload
when file is too big (#2331)Previously, we only logged an easy-to-miss warning when we had to skip uploading a debug file because it was too big. Now, we instead fail the entire upload loudly, to ensure users do not miss this important information. Resolves #2313
Configuration menu - View commit details
-
Copy full SHA for 739bc00 - Browse repository at this point
Copy the full SHA 739bc00View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 00587b1 - Browse repository at this point
Copy the full SHA 00587b1View commit details -
Recently, `cargo build` started failing on my local system, with an error related to `memmap2`. Upgrading the dependency to the latest version fixes the problem.
Configuration menu - View commit details
-
Copy full SHA for bcf241a - Browse repository at this point
Copy the full SHA bcf241aView commit details -
ref(sourcemaps): Reduce sourcemap upload memory usage (#2343)
Prevent an unnecessary copy of all sourcemap files being uploaded from being stored in memory, by using an `Arc` for the `contents` field of `SourceFile`. Fixes #2342
Configuration menu - View commit details
-
Copy full SHA for ee953a5 - Browse repository at this point
Copy the full SHA ee953a5View commit details
Commits on Jan 17, 2025
-
ref(api): Replace custom deserializer with derive (#2337)
This custom deserializer can be easily replaced with `derive(Deserialize)`.
Configuration menu - View commit details
-
Copy full SHA for 6e188bf - Browse repository at this point
Copy the full SHA 6e188bfView commit details
Commits on Jan 20, 2025
-
build: Bump
symbolic
to12.13.3
(#2346)Symbolic version `12.13.3` includes a change, which will reduce the memory usage of sourcemap uploads, in some cases very significantly. ref #2344
Configuration menu - View commit details
-
Copy full SHA for 4129be5 - Browse repository at this point
Copy the full SHA 4129be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e9410 - Browse repository at this point
Copy the full SHA 84e9410View commit details -
getsentry-bot committed
Jan 20, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for b26e0f2 - Browse repository at this point
Copy the full SHA b26e0f2View commit details
Commits on Jan 21, 2025
-
build: Replace
dotenv
withdotenvy
(#2351)Replace the unmaintained crate `dotenv` with the maintained fork `dotenvy`. Fixes #2350
Configuration menu - View commit details
-
Copy full SHA for 7748c90 - Browse repository at this point
Copy the full SHA 7748c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 778a8b3 - Browse repository at this point
Copy the full SHA 778a8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b8d23 - Browse repository at this point
Copy the full SHA 38b8d23View 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 2.40.0...2.41.1