-
-
Notifications
You must be signed in to change notification settings - Fork 201
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: getsentry/sentry-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 6 files changed
- 4 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 <[email protected]>
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 <[email protected]> * Update CHANGELOG with unreleased fixes Added unreleased section with fixes for PS5/Switch compilation regression. --------- Co-authored-by: Claude <[email protected]>
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 <[email protected]>
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
Loading
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.1