Thanks to visit codestin.com
Credit goes to github.com

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.8.5
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.9.0
Choose a head ref
  • 19 commits
  • 39 files changed
  • 6 contributors

Commits on May 14, 2025

  1. Merge branch 'release/0.8.5'

    getsentry-bot committed May 14, 2025
    Configuration menu
    Copy the full SHA
    5a2fd9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2ef44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9392a7c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. chore: add homebrew package shield (#1245)

    Also, fix the failing link for nixpkgs.
    supervacuus authored May 15, 2025
    Configuration menu
    Copy the full SHA
    1e46dbe View commit details
    Browse the repository at this point in the history
  2. feat: Add before_send_transaction (#1236)

    * initial before_send_transaction implementation
    
    * CHANGELOG.md
    
    * add before_transaction_data
    
    * add tests
    
    * rename `closure` to `user_data`
    
    * update CHANGELOG.md after merging main
    JoshuaMoelans authored May 15, 2025
    Configuration menu
    Copy the full SHA
    5224a83 View commit details
    Browse the repository at this point in the history
  3. chore: remove twxs.cmake from the recommended VSCode extensions (#1246

    )
    
    see: twxs/vs.language.cmake#119
    
    CMake Tools also now recommends uninstalling `twxs.cmake` when you install it. This is an unnecessary dev-setup prologue.
    supervacuus authored May 15, 2025
    Configuration menu
    Copy the full SHA
    3d15dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    426c605 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

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

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    aa1f1b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca8389 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix: limit proguard rules in the NDK package to local namespaces (#1250)

    * fix: limit proguard rules in the NDK package to local namespaces
    
    * rewörding
    supervacuus authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a1b3947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c09503 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    0ad2977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe9121 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    fc6a314 View commit details
    Browse the repository at this point in the history
  2. feat: add PS SDK transport support (#1262)

    * feat: allow downstream SDKs to implement custom transport
    
    * add "pshttp" support to the list of supported ones
    vaind authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    31a8ee3 View commit details
    Browse the repository at this point in the history
  3. feat: Add support for capturing events with local scopes (#1248)

    * wip: local scopes
    
    * merge breadcrumbs
    
    * add sentry_scope_set_trace
    
    * add sentry_scope_set_fingerprints()
    
    * check fingerprints value type
    
    * document sentry_scope_set_fingerprints() expected type
    
    * Revert sentry_scope_set_trace/transaction
    
    > Transactions/spans do not make sense in this setup since they aren't
    > cloned and cannot be retrieved to create children.
    
    * sentry_malloc -> SENTRY_MAKE
    
    * fix comparing null timestamps when merging breadcrumbs
    
    * take ownership
    
    * update example
    
    * partial revert of unit test changes in a48fea
    
    don't assume any specific order for breadcrumbs with missing breadcrumbs
    
    * warn once if any breadcrumbs were missing timestamps
    
    * error handling for sentry_value_append()
    jpnurmi authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    54cede9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

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

    getsentry-bot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    6129d36 View commit details
    Browse the repository at this point in the history
Loading