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.11.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.11.3
Choose a head ref
  • 6 commits
  • 34 files changed
  • 5 contributors

Commits on Oct 2, 2025

  1. Merge branch 'release/0.11.2'

    getsentry-bot committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    9bbbcae View commit details
    Browse the repository at this point in the history
  2. fix: add proper sdk name to logs (#1399)

    * fix: add proper sdk name to logs
    
    * update CHANGELOG.md
    
    * don't use deprecated `sentry_sdk_name()`
    
    * update CHANGELOG.md
    
    * add SENTRY_SDK_NAME fallback (fallforward?)
    
    * fix typo
    JoshuaMoelans authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a51cddd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. feat: outgoing traceparent header support (#1394)

    * initial traceparent support
    
    * CHANGELOG.md update
    
    * consolidate tests
    
    * remove redundant value_len check
    
    * check for exact length
    
    * reuse header key comparison + extract parsing per header type
    
    * static internal helper
    
    * add size bounds + checks for headers
    
    * only accept 00 or 01 sampling flag
    
    * Apply suggestion from @supervacuus
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    
    * Apply suggestion from @supervacuus
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    
    * Apply suggestion from @supervacuus
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    
    * Apply suggestion from @supervacuus
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    
    * fix(traceparent): only support outgoing for now (#1406)
    
    * cleanup
    
    * remove feature of parsing incoming traceparent
    
    * re-add len macros
    
    * add tests to verify consistency of trace and span IDs across headers for transactions and spans
    
    * use trace header sizes in header propagation
    
    * update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    JoshuaMoelans and supervacuus authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5d60bff View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    b58c786 View commit details
    Browse the repository at this point in the history
  2. fix: serialize uint64_t values as numerical instead of string (#1408)

    * serialize uint64 values as numerical instead of string
    
    * CHANGELOG.md
    
    * construct unsigned int log params as sentry_value_t string type
    
    * change format to expected unsigned long long int
    
    * pass through the conversion character
    
    * add tests for logs parameter conversion types
    
    * less strict pointer argument check
    JoshuaMoelans authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    596b702 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. release: 0.11.3

    getsentry-bot committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    22ac4ce View commit details
    Browse the repository at this point in the history
Loading