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.13.6
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.13.7
Choose a head ref
  • 15 commits
  • 47 files changed
  • 8 contributors

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    c71525c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1be45ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8c3ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8966ed8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91e7a66 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Configuration menu
    Copy the full SHA
    e8ef54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    582164e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. ref: make SENTRY_HANDLER_STACK_SIZE overridable via env var (#1636)

    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    jpnurmi and claude authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    14bc452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e9335 View commit details
    Browse the repository at this point in the history
  3. ref: zero-initialize SENTRY_MAKE allocations (#1546)

    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    jpnurmi and claude authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    ea6b39d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. feat: add before_screenshot hook (#1641)

    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    jpnurmi and claude authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    e15c217 View commit details
    Browse the repository at this point in the history
  2. fix(native): replace sandbox-incompatible IPC primitives on macOS (#1644

    )
    
    * fix(native): replace sandbox-incompatible IPC primitives on macOS
    
    macOS App Sandbox blocks sem_open(), shm_open(), and fork() in
    sandboxed apps, causing the native backend to fail during init.
    
    - Replace sem_open/sem_wait with pthread_mutex_t for IPC synchronization
    - Replace shm_open with file-backed mmap using $TMPDIR (sandbox-safe)
    - Replace fork+exec with posix_spawn using POSIX_SPAWN_CLOEXEC_DEFAULT
      and explicit fd inheritance via posix_spawn_file_actions_addinherit_np
    - Pass shm_fd to daemon via posix_spawn instead of reopening by name
    - Add macOS App Sandbox integration tests verifying init, crash capture,
      minidump generation, and native stacktraces inside a sandboxed .app
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    mujacica and claude authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    2a6ec9d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Configuration menu
    Copy the full SHA
    7bf4d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b944a View commit details
    Browse the repository at this point in the history
  3. release: 0.13.7

    getsentry-bot committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    848fd4c View commit details
    Browse the repository at this point in the history
Loading