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.3
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.4
Choose a head ref
  • 11 commits
  • 17 files changed
  • 6 contributors

Commits on Jan 8, 2026

  1. Merge branch 'release/0.12.3'

    getsentry-bot committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    11832e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. chore: add windows arm64 CI runner (#1199)

    * check windows-11-arm runner
    
    * install rust on win11
    
    * separate rust install steps so seconds step pick up env
    
    * do not install clang-format via pip when on ARM64 windows
    
    * use DeMorgan do bypass the PEP508 expression limit
    
    * figure out if OpenSSL was correctly installed
    
    * try clang-format 20.1.5 (which has ARM64 wheels)
    
    * (test) temporarily skip mitmproxy on ARM64
    
    * update test_build_static for ARM64
    
    * add ARM64 Windows registers to inproc backend
    
    * remove rustup install since we skip mitmproxy anyway
    
    ---------
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    JoshuaMoelans and supervacuus authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    1401e11 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    87193bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbccfad View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. chore(repo): Add Claude Code settings with basic permissions (#1483)

    Adds .claude/settings.json to enable Claude Code with:
    - Basic bash commands (find, ls, git, grep, mv)
    - WebFetch access to GitHub and Sentry documentation sites
    philipphofmann authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    c740bb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. chore: ignore local Claude settings (#1484)

    Add .claude/settings.local.json to .gitignore to prevent committing
    local Claude Code configuration.
    philipphofmann authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    01098b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix(logs): merge global and per-log attributes (#1486)

    * add logs attribute test
    
    * fix global-local attribute behavior
    - keys get merged, and local values overwrite existing global values for the same key
    
    * Update CHANGELOG.md
    JoshuaMoelans authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    8680e94 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. feat: add ounce support (#1482)

    * add defined(ounce)
    
    * split up __OUNCE__
    
    * update to __NINTENDO__
    JoshuaMoelans authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    0f80c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1bb3a2 View commit details
    Browse the repository at this point in the history
  3. chore: fix failing array type attribute test (#1489)

    - global/local attribute test was not updated to `array` type yet
    JoshuaMoelans authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    08b1374 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. release: 0.12.4

    getsentry-bot committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    452de58 View commit details
    Browse the repository at this point in the history
Loading