Skip to content
Permalink

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
Choose a base ref
...
head repository: getsentry/sentry-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 29, 2025

  1. Merge branch 'release/0.12.0'

    getsentry-bot committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    a26685c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. 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]>
    vaind and claude authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    3902148 View commit details
    Browse the repository at this point in the history
  2. 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]>
    vaind and claude authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    d8f3c78 View commit details
    Browse the repository at this point in the history
  3. 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]>
    vaind and claude authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    7e96a5e View commit details
    Browse the repository at this point in the history
  4. release: 0.12.1

    getsentry-bot committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    fee13ac View commit details
    Browse the repository at this point in the history
Loading