Closed github-actions[bot] closed 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.22%. Comparing base (
81bb164
) to head (f21eff4
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Bumps flutter/scripts/update-native.sh from 0.7.12 to 0.7.15.
Auto-generated by a dependency updater.
Changelog
0.7.15
Fixes:
0.7.14
Features:
.loadNativeLibraries()
method to allow pre-loading .so files (#1082)ucontext_t
field in thesentry_ucontext_t
[on_crash|before_send]
-hook parameter onmacOS
from thebreakpad
backend. (#1083, breakpad[#39](https://github-redirect.dependabot.com/getsentry/sentry-native/issues/39))Thank you:
saf-e
0.7.13
Features:
inproc
to support.NET
on Linux andMono
on Android (specifically, .NET MAUI). (#1027)Fixes:
dispatch_semaphore_wait()
when using an HTTP-proxy on macOS. (#1077, crashpad[#111](https://github-redirect.dependabot.com/getsentry/sentry-native/issues/111))transaction.data
insidecontext.trace.data
. (#1075)Thank you:
olback