Skip to content

Conversation

jamescrosswell
Copy link
Collaborator

@jamescrosswell jamescrosswell commented Sep 12, 2025

Resolves #4491

Warning

This is a fork of the net10 branch... once that branch has been squashed/merged into the v6 branch we can look at squashing/merging into the same

@jamescrosswell jamescrosswell linked an issue Sep 12, 2025 that may be closed by this pull request
This was referenced Sep 12, 2025
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.70%. Comparing base (44ce68a) to head (55c38fa).

Files with missing lines Patch % Lines
...Android.AssemblyReader/V2/AssemblyStoreExplorer.cs 60.00% 2 Missing ⚠️
...try.Android.AssemblyReader/V2/AssemblyStoreItem.cs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            net10    #4516      +/-   ##
==========================================
+ Coverage   71.77%   72.70%   +0.92%     
==========================================
  Files         479      476       -3     
  Lines       17508    17213     -295     
  Branches     3442     3419      -23     
==========================================
- Hits        12567    12515      -52     
+ Misses       4090     3841     -249     
- Partials      851      857       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…id (#4532)

Automatically generate a UUID to associate an APK and its ProGuard mapping file that will be uploaded to Sentry.

Fixes #3872
@jamescrosswell jamescrosswell marked this pull request as ready for review September 22, 2025 20:55
Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider renaming the file, other than that LGTM

jpnurmi and others added 3 commits September 23, 2025 08:41
Fix WASM0001 warnings when building Blazor WebAssembly projects that came out from our native bindings.

The fix was to change the way we represent `sentry_value_t` in C# side, instead of using `FieldOffset`, we use a backing field along with getters and setters for the variable as a `double`, or `ulong`.

Fixes #3369
options.LogDebug("Discarded {0} error ({1}). Captured as managed exception instead.", ex.Type,
ex.Value);
return true;
return null!;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: SDK Disablement Bypasses Crash Suppression

The ProcessOnBeforeSend method now checks for DisabledHub and returns early before native crash suppression. This change bypasses the suppression logic when the SDK is disabled, causing duplicate native crash events, contrary to the original design that required suppression regardless of SDK state.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for AssemblyStore v3
6 participants