-
-
Notifications
You must be signed in to change notification settings - Fork 204
Comparing changes
Open a pull request
base repository: getsentry/sentry-native
base: 0.13.2
head repository: getsentry/sentry-native
compare: 0.13.3
- 19 commits
- 36 files changed
- 9 contributors
Commits on Mar 9, 2026
-
getsentry-bot committed
Mar 9, 2026 Configuration menu - View commit details
-
Copy full SHA for 59955d7 - Browse repository at this point
Copy the full SHA 59955d7View commit details
Commits on Mar 10, 2026
-
test: de-dupe and fix flaky logs/metrics crash tests (#1567)
Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c006f - Browse repository at this point
Copy the full SHA d1c006fView commit details -
build(deps): bump actions/checkout from 4 to 6 (#1568)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4d108d - Browse repository at this point
Copy the full SHA c4d108dView commit details -
build(deps): bump codecov/codecov-action from 5.4.2 to 5.5.2 (#1569)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67f2a08 - Browse repository at this point
Copy the full SHA 67f2a08View commit details -
build(deps): bump actions/create-github-app-token from 1.11.0 to 2.2.1 (
#1570) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@5d869da...29824e6) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6964f3 - Browse repository at this point
Copy the full SHA c6964f3View commit details -
build(deps): bump docker/login-action from 3 to 4 (#1571)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff71131 - Browse repository at this point
Copy the full SHA ff71131View commit details
Commits on Mar 11, 2026
-
chore(build): avoid unnecessary venv rebuild on every make invocation (…
…#1553) Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a8aa27 - Browse repository at this point
Copy the full SHA 9a8aa27View commit details
Commits on Mar 12, 2026
-
build(deps): bump black from 24.3.0 to 26.3.1 in /tests (#1575)
* build(deps): bump black from 24.3.0 to 26.3.1 in /tests Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * apply format to pass black bump --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1844c0 - Browse repository at this point
Copy the full SHA a1844c0View commit details
Commits on Mar 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8611cdd - Browse repository at this point
Copy the full SHA 8611cddView commit details
Commits on Mar 14, 2026
-
fix(inproc): only the handling thread cleans up (#1579)
* fix(inproc): only the handling thread cleans up * changelog
Configuration menu - View commit details
-
Copy full SHA for d46426b - Browse repository at this point
Copy the full SHA d46426bView commit details
Commits on Mar 16, 2026
-
fix(native): propagate transport options and handler path to crash da…
…emon (#1573) * fix(native): propagate transport options and handler path to crash daemon The native backend daemon was not receiving SSL certificate, proxy, user agent, or handler path settings from the parent process options. This caused SSL errors (curl code 60) when the daemon tried to upload crash reports, and required users to place the sentry-crash binary next to their executable instead of using sentry_options_set_handler_path. Pass ca_certs, proxy, user_agent, and handler_path through the shared memory crash context so the daemon can configure its curl transport and find the sentry-crash executable correctly. --------- Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Cursor Agent <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba6f187 - Browse repository at this point
Copy the full SHA ba6f187View commit details
Commits on Mar 17, 2026
-
fix(minidump): add module header pages to MemoryList and fix exceptio…
…n code (#1576) * fix(minidump): add module header pages to MemoryList and fix exception code Three fixes for the native minidump writer: 1. Use raw signal number as exception_code (e.g. 11 for SIGSEGV) instead of Windows-style 0x40000000|signum. This matches breakpad/crashpad convention and fixes lldb hanging when loading our minidumps. 2. Include first page (4096 bytes) of each loaded module in the MemoryList stream for SMART mode on both Linux and macOS. Debuggers need these ELF/Mach-O headers for offline symbolication when symbol files aren't available locally, matching breakpad/crashpad behavior. 3. On macOS, capture module header pages in the signal handler and save them to disk. System dylibs in the dyld shared cache don't exist as individual files, so the daemon reads headers from a capture file written by the crashed process instead of requiring task_for_pid. --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cad572 - Browse repository at this point
Copy the full SHA 9cad572View commit details -
build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (…
…#1580) Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb78906 - Browse repository at this point
Copy the full SHA eb78906View commit details -
build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1583)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.33.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d7e362d - Browse repository at this point
Copy the full SHA d7e362dView commit details -
build(deps): bump reactivecircus/android-emulator-runner (#1581)
Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.35.0 to 2.37.0. - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](ReactiveCircus/android-emulator-runner@b530d96...e89f39f) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41315c2 - Browse repository at this point
Copy the full SHA 41315c2View commit details -
build(deps): bump gradle/actions (#1582)
Bumps [gradle/actions](https://github.com/gradle/actions) from a3dd0763dc7a406ed0ec944010d38f923956dbc3 to 03ee1e1693f571d64506b3ed4cdf120520300ff2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@a3dd076...03ee1e1) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 03ee1e1693f571d64506b3ed4cdf120520300ff2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a04841a - Browse repository at this point
Copy the full SHA a04841aView commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 937f5f2 - Browse repository at this point
Copy the full SHA 937f5f2View commit details -
fix(android): mask signal during CHAIN_AT_START to survive chained Mo…
…no handler re-raises (#1572) Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1ac26c - Browse repository at this point
Copy the full SHA c1ac26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490ca8c - Browse repository at this point
Copy the full SHA 490ca8cView 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 0.13.2...0.13.3