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.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.7.4
Choose a head ref
  • 10 commits
  • 55 files changed
  • 5 contributors

Commits on Apr 3, 2024

  1. Merge branch 'release/0.7.2'

    getsentry-bot committed Apr 3, 2024
    Copy the full SHA
    55b6761 View commit details

Commits on Apr 4, 2024

  1. docs: Add SENTRY_TRANSPORT_COMPRESSION to the README (#976)

    Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
    AenBleidd authored Apr 4, 2024
    Copy the full SHA
    4df5326 View commit details

Commits on Apr 15, 2024

  1. fix: allow crashpad to run with Epic's Anti-Cheat client. (#980)

    supervacuus authored Apr 15, 2024
    Copy the full SHA
    dc43150 View commit details

Commits on May 6, 2024

  1. fix: android test emulator start-script (#984)

    * fix: android test emulator start-script
    
    * Update start-android.sh
    
    * Update start-android.sh
    
    * pin android-test images to macOS 12
    
    * try macOS 13 for the Android test runners
    
    * pin to macOS 12 since 13 also failed
    
    * Add clearer logging to emulator start script
    
    * fix typo
    supervacuus authored May 6, 2024
    Copy the full SHA
    46456ca View commit details

Commits on May 8, 2024

  1. fix: store transaction data in event extra (#986)

    supervacuus authored May 8, 2024
    Copy the full SHA
    97b9c76 View commit details

Commits on May 22, 2024

  1. Move NDK from sentry-java to sentry-native (#944)

    * Added initial poc
    
    * Re-structure package names to NDK
    
    * Post PoC cleanup
    
    * setup module name for prefab
    
    * Prepare for publishing
    
    * Switch to shared STL instead of static
    
    * Wire ndk artifact generation with github actions
    
    * Fix distDir
    
    * Update Changelog
    
    * Setup Java/Gradle for CI
    
    * Update READMEs
    
    * Fix typos
    
    * Build libraries with c++_shared to comply with prefab
    
    * Address PR feedback
    markushi authored May 22, 2024
    Copy the full SHA
    6544650 View commit details
  2. fix: correctly support stack overflows across platforms (#982)

    * fix: stack-overflow handling on Windows
    
    * black
    
    * docs
    
    * add warning exception for recursion example
    
    * ignore tests on other platforms
    
    * temporary reason to fix pytests
    
    * De Morgan
    
    * disable sibling call optimization to provoke stack-overflow on Linux
    
    * Simplify crash-trigger across gcc/clang for `sentry_example`
    
    * Check whether old NDK build can be fixed with dynamic sigaltstack.
    
    * Ensure we check not only sigaltstack errors but also invalid stacks
    
    * better reflect the two changes in the change-log.
    supervacuus authored May 22, 2024
    Copy the full SHA
    2bd129a View commit details
  3. Fix path to ndk module (#990)

    markushi authored May 22, 2024
    Copy the full SHA
    45ff2e8 View commit details

Commits on May 23, 2024

  1. Ensure the proper artifacts are uploaded to gcs/maven (#992)

    markushi authored May 23, 2024
    Copy the full SHA
    a880e2d View commit details
  2. release: 0.7.4

    getsentry-bot committed May 23, 2024
    Copy the full SHA
    c3c26b1 View commit details
Loading