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.7.17
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.7.19
Choose a head ref
  • 10 commits
  • 49 files changed
  • 4 contributors

Commits on Dec 18, 2024

  1. Merge branch 'release/0.7.17'

    getsentry-bot
    getsentry-bot committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    19ba6d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. feat: add option to set debug log level (#1107)

    * feat: add logger output level
    
    * remove test function
    
    * add separate init log level
    
    * refactor: rename of internal log macros
    
    * update CHANGELOG.md
    
    * applied feedback changing log macros
    
    * missed one F
    
    * remove overdesigned init log level
    
    * changelog update
    JoshuaMoelans authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    b24b30c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

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

Commits on Jan 13, 2025

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

Commits on Jan 14, 2025

  1. feat: add traces_sampler (#1108)

    * add traces_sampler option
    
    * update CHANGELOG.md
    
    * introduced `sentry_traces_sampler_function` typedef
    
    * added sampling context
    
    * format
    
    * eof newlines
    
    * feat: pass sampling_context into sampling decision
    
    * remove unnecessary commented include
    
    * add memory freeing/incref-decref
    
    * change custom sampling context type to sentry_value_t
    
    * add decref
    
    * removed unneeded creation function
    
    * format
    
    * set codeql runner to ubuntu-22.04
    
    * take ownership of custom_sampling_ctx
    
    * add parent sampling decision
    
    * add traces_sampler and parent sampling decision tests
    
    * decref
    
    * change callback arg from struct to parameter list
    
    * format
    
    * mark unused parameters
    
    * format
    
    * cleanup test + docs
    
    * apply PR feedback
    
    * format
    
    * cleanup example
    
    * add getters for transaction_ctx name + operation
    
    * remove (void) on transaction_ctx in example.c
    
    * add transaction_ctx getter tests
    
    * dont expose sampling_context_s in sentry.h
    
    * change bool to int
    
    * cleanup example.c
    
    * refactor tx_cxt to tx_ctx convention
    
    * change sampled_int init
    
    ---------
    
    Co-authored-by: Mischan Toosarani-Hausberger <[email protected]>
    JoshuaMoelans and supervacuus authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    bce6e8b View commit details
    Browse the repository at this point in the history
  2. release: 0.7.18

    getsentry-bot committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    52ee37c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/0.7.18'

    getsentry-bot
    getsentry-bot committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    092de88 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

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

Commits on Jan 20, 2025

  1. fix: build error introduced by crashpad C++17 support (#1118)

    * fix: build error introduced by `crashpad` C++17 support
    
    * introduce a GCC 9.4.0 runner
    
    * update dependencies for new runner
    
    * remove new runner from old deps
    
    * update crashpad
    
    * update crashpad
    
    * remove -Wno-gnu-include-next from senntry compile options
    
    * update crashpad
    
    * remove handle_ex target
    
    * update crashpad
    
    * remove gnu-include-next warnings only for non GNU compilers
    
    * disable pedantic on sentry_boot.h for sentry_info.c
    
    * reset werror for GCC until we fix the crashpad compat
    
    * fix typo
    
    Co-authored-by: JoshuaMoelans <[email protected]>
    
    * update crashpad
    
    ---------
    
    Co-authored-by: JoshuaMoelans <[email protected]>
    supervacuus and JoshuaMoelans authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    5cb0986 View commit details
    Browse the repository at this point in the history
  2. release: 0.7.19

    getsentry-bot committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    62b966c View commit details
    Browse the repository at this point in the history
Loading