-
-
Notifications
You must be signed in to change notification settings - Fork 201
Comparing changes
Open a pull request
base repository: getsentry/sentry-native
base: 0.12.0
head repository: getsentry/sentry-native
compare: 0.12.2
- 16 commits
- 27 files changed
- 8 contributors
Commits on Oct 29, 2025
-
getsentry-bot committed
Oct 29, 2025 Configuration menu - View commit details
-
Copy full SHA for a26685c - Browse repository at this point
Copy the full SHA a26685cView commit details
Commits on Nov 3, 2025
-
fix(tests): skip basic_transport_thread_name test on NX platform (#1439)
The basic_transport_thread_name test fails on NX (Nintendo Switch) because the transport won't start without a custom network_connect_func. This change adds a platform check to skip the test on NX, preventing false test failures on that platform. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 3902148 - Browse repository at this point
Copy the full SHA 3902148View commit details -
fix: correct sentry__process_spawn signature in none implementation (#…
…1436) * fix: correct sentry__process_spawn signature in none implementation PR #1413 changed the arg0 parameter from sentry_pathchar_t* to char* as part of making narrow UTF-8 the canonical path encoding, but the signature in sentry_process_none.c was not updated. This fixes the function signature to match the declaration, changing arg0 from `const sentry_pathchar_t *` to `const char *`. Fixes regression from #1413 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Update CHANGELOG with unreleased fixes Added unreleased section with fixes for PS5/Switch compilation regression. --------- Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d8f3c78 - Browse repository at this point
Copy the full SHA d8f3c78View commit details -
fix(tests): add SENTRY_TEST_PATH_PREFIX to crash_marker test database…
… path (#1437) The crash_marker test creates a database directory but was not using SENTRY_TEST_PATH_PREFIX like other tests. This could cause the test to write to an unexpected location on some platforms. This change ensures the database path is properly prefixed with the test path prefix, making it consistent with other tests in the suite. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7e96a5e - Browse repository at this point
Copy the full SHA 7e96a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fee13ac - Browse repository at this point
Copy the full SHA fee13acView commit details -
getsentry-bot committed
Nov 3, 2025 Configuration menu - View commit details
-
Copy full SHA for 41e8de5 - Browse repository at this point
Copy the full SHA 41e8de5View commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f7fffa - Browse repository at this point
Copy the full SHA 2f7fffaView commit details
Commits on Nov 14, 2025
-
feat(logs): custom attributes API (#1435)
* initial attributes value implementation * add logs custom attributes + option * CHANGELOG.md * format * format + cleanup * fix memleaks * update example.c log callback to use attribute creator * add custom-attributes X format string POC * infer attribute type from sentry_value_t value * fix attribute memleak * logs take ownership of custom attributes * fix unused variable * don't let default attributes overwrite custom ones * cleanup * decref duplicate attributes * cleanup TODOs * fix for 32-bit windows test
Configuration menu - View commit details
-
Copy full SHA for c5416e6 - Browse repository at this point
Copy the full SHA c5416e6View commit details
Commits on Nov 17, 2025
-
feat: add runtime API to query user consent requirement (#1443)
* feat: add runtime API to query user consent requirement * update changelog * Add test for init without explicit consent configuration
Configuration menu - View commit details
-
Copy full SHA for cbd88e5 - Browse repository at this point
Copy the full SHA cbd88e5View commit details -
chore: parametrize clang/gcc install for ubuntu CI (#1452)
* update ci * update ci * remove CC/CXX env export in Test * check whether CC/CXX was set * add early-fail else on unknown CC value * cleanup - clang19->20 - add clang-11 ubuntu 22.04 runner - remove libstdc++ specific version * separate kcov install * update crashpad
Configuration menu - View commit details
-
Copy full SHA for 0a7a531 - Browse repository at this point
Copy the full SHA 0a7a531View commit details -
feat(logs): add
sentry__logs_force_flushon callingsentry_flush(#……1434) * add sentry__logs_force_flush on calling sentry_flush * update CHANGELOG.md * add wait for in-progress flushing * cleanup example.c * update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 6f40610 - Browse repository at this point
Copy the full SHA 6f40610View commit details
Commits on Nov 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 96b3d34 - Browse repository at this point
Copy the full SHA 96b3d34View commit details
Commits on Nov 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 634e8a3 - Browse repository at this point
Copy the full SHA 634e8a3View commit details
Commits on Dec 1, 2025
-
feat: implement global attributes API (#1450)
* initial API * implement + test * add global attributes to logs * fix memleak in test * update CHANGELOG.md * fix memleak * initialize attributes * add list-type attribute support * cleanup * add explicit enum cases * move scope-based attributes into non-public API * cleanup * add attribute list test cases * update CHANGELOG.md * rookie mistake (lint)
Configuration menu - View commit details
-
Copy full SHA for 079aacc - Browse repository at this point
Copy the full SHA 079aaccView commit details -
chore: bump dotnet signal tests to .net 10 (#1457)
* Bump dotnet signal tests to .net 10 * add dotnet install for ARM64 runner * Apply suggestion from @JoshuaMoelans --------- Co-authored-by: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ec8ebd - Browse repository at this point
Copy the full SHA 2ec8ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a2667 - Browse repository at this point
Copy the full SHA 61a2667View 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.12.0...0.12.2