chore(deps): update Native SDK to v0.8.1#2761
Merged
Merged
Conversation
github-actions
Bot
requested review from
buenaflor,
krystofwoldrich and
stefanosiano
as code owners
March 1, 2025 03:11
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-native.sh/0.8.1
branch
from
March 1, 2025 03:11
863befc to
df3cd3d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2761 +/- ##
===========================================
+ Coverage 78.57% 89.73% +11.16%
===========================================
Files 34 91 +57
Lines 1377 2953 +1576
===========================================
+ Hits 1082 2650 +1568
- Misses 295 303 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-native.sh/0.8.1
branch
5 times, most recently
from
March 11, 2025 08:35
f4b3786 to
79d5ec0
Compare
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-native.sh/0.8.1
branch
5 times, most recently
from
March 11, 2025 10:32
d9ff02e to
1945055
Compare
Contributor
|
no urgent need to update this in v8 now, we can do this in v9 as well |
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-native.sh/0.8.1
branch
5 times, most recently
from
March 12, 2025 10:04
4323c67 to
747efe7
Compare
bruno-garcia
force-pushed
the
deps/flutter/scripts/update-native.sh/0.8.1
branch
from
March 12, 2025 13:04
747efe7 to
f1ec405
Compare
buenaflor
approved these changes
Mar 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps flutter/scripts/update-native.sh from 0.7.20 to 0.8.1.
Auto-generated by a dependency updater.
Changelog
0.8.1
Features:
sentry_set_trace(). The primary use for this is to allow other SDKs to propagate their trace context. This allows Sentry to connect events on all layers. (#1137)0.8.0
Breaking changes:
sentry_capture_minidump()andsentry_capture_minidump_n()changed fromvoidtosentry_uuid_tto retrieve the event-id for a successful minidump upload. (#1138)Features:
http_proxyandhttps_proxyenvironment variables across all transports. (#1111)Fixes:
sentry_capture_minidump()fails if the provided minidump path cannot be attached, instead of sending a crash event without minidump. (#1138)Thank you:
zsd4yr