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.5.0
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.5.1
Choose a head ref
  • 8 commits
  • 22 files changed
  • 6 contributors

Commits on Aug 2, 2022

  1. Merge branch 'release/0.5.0'

    getsentry-bot committed Aug 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    58cbac4 View commit details

Commits on Sep 15, 2022

  1. feat: Update Crashpad and register WER handler (#735)

    Crashpad added a new WER (Windows Error Reporting) handler which needs
    to be manually registered first in the Windows Registry, and then with
    the crashpad client.
    This WER module is able to capture a wider range of crashes that would otherwise bypass the in-process structured exception handling (SEH) mechanism.
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    Swatinem and supervacuus authored Sep 15, 2022
    Copy the full SHA
    b0fab10 View commit details

Commits on Sep 21, 2022

  1. ci: add danger workflow (#751)

    vaind authored Sep 21, 2022
    Copy the full SHA
    5962300 View commit details

Commits on Sep 29, 2022

  1. fix: Be more defensive around transactions (#757)

    This adds a bunch more NULL-checks for the outer opaque transaction/_ctx and span types.
    Also removes the `span_free` function which was pretty much duplicated with span_decref.
    Swatinem authored Sep 29, 2022
    Copy the full SHA
    b1fbfe2 View commit details

Commits on Oct 7, 2022

  1. chore: update libunwindstack-ndk submodule (#759)

    * chore: update libunwindstack-ndk submodule
    
    synced with commit
    235e2604e2fa3c1f8f7a68c5e285f9622e741e64
    
    of upstream repo:
    https://android.googlesource.com/platform/system/unwinding
    
    here:
    getsentry/libunwindstack-ndk#6
    
    * Update changelog
    supervacuus authored Oct 7, 2022
    Copy the full SHA
    40c3535 View commit details

Commits on Oct 17, 2022

  1. fix: define a timeout for android sim start (#764)

    It happens regularly that the android simulator doesn't start (for whatever reason). But by default, that obsolete step runs until the default job timeout of 360 minutes is reached.
    
    When starting successfully, this job step never reaches 6 minutes, so 10 minutes should give it more than enough time (and would still be within the bounds of our typical CI run end-to-end of ~15 mins).
    supervacuus authored Oct 17, 2022
    Copy the full SHA
    366193f View commit details
  2. Copy the full SHA
    736dfc5 View commit details
  3. release: 0.5.1

    getsentry-bot committed Oct 17, 2022
    Copy the full SHA
    1a4c7c1 View commit details
Loading