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.2
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.3
Choose a head ref
  • 9 commits
  • 21 files changed
  • 4 contributors

Commits on Dec 1, 2025

  1. Merge branch 'release/0.12.2'

    getsentry-bot committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    affbd91 View commit details
    Browse the repository at this point in the history
  2. chore: update X and Discord links (#1460)

    * updated READMEs
    JoshuaMoelans authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    b5b9696 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore: SDK Truncation Logic (#1347)

    * no longer truncate tag value
    
    * restore span_set_tag truncation
    - reason: span tags are a legacy concept so we're not touching it ~dixit ingest
    
    * update MAX_ENVELOPE_ITEMS to only apply for sessions
    
    * change envelope items to linked list
    
    * add attachments MAX_ENVELOPE_ITEMS test
    - no longer limited to 10; we test for 15, but have tested up to 1000 attachments locally and that works
    
    * #define ATTACHMENT_COUNT
    
    * update CHANGELOG.md
    JoshuaMoelans authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    b8eae03 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    67a9f8e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. fix: iOS build for breakpad (#1465)

    * fix: iOS build for breakpad
    
    * clarify that build defaults to inproc for iOS rather than crashpad
    
    * bump llvm-mingw too (because why not)
    supervacuus authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    4f983bb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. fix(logs): write nil-event_id-envelopes to random UUID filename (#1471

    )
    
    * add event_id to logs envelope
    - this avoids collisions with the nil-event_id-envelope for sessions on Crashpad
    
    * add test for logs+session on Crashpad
    
    * extract session/logs from request
    
    * remove event_id from logs
    
    * generate random UUID for envelopes without event_id
    JoshuaMoelans authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    b6ed4c3 View commit details
    Browse the repository at this point in the history
  2. fix(logs): add debug output for structured logs when debug option i…

    …s enabled (#1466)
    
    * add printf for logs when debug is true
    
    * use existing SENTRY_(LEVEL) macros
    
    * update CHANGELOG.md
    
    * add future TODO + fix null-log
    
    * make debug_print_log static
    JoshuaMoelans authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    b03cd48 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    7b57684 View commit details
    Browse the repository at this point in the history
  2. release: 0.12.3

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