Skip to content

chore(deps): update Native SDK to v0.9.0#2980

Merged
buenaflor merged 2 commits into
mainfrom
deps/flutter/scripts/update-native.sh/0.9.0
Jun 17, 2025
Merged

chore(deps): update Native SDK to v0.9.0#2980
buenaflor merged 2 commits into
mainfrom
deps/flutter/scripts/update-native.sh/0.9.0

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 6, 2025

Copy link
Copy Markdown
Contributor

Bumps flutter/scripts/update-native.sh from 0.8.4 to 0.9.0.

Auto-generated by a dependency updater.

Changelog

0.9.0

Breaking changes:

  • Limiting the proguard rules in the NDK package moves the burden of the configuration to its users. Please ensure to configure proguard in your project so native methods in your namespace can be symbolicated if they appear in stack traces. (#1250)
  • When tags, contexts, and extra data are applied to events, the event data now takes precedence over the scope data as outlined in the Hub & Scope Refactoring developer document and the linked RFC code example. (#1253)

Features:

  • Provide before_send_transaction callback. (#1236)
  • Add support for capturing events with local scopes. (#1248)
  • Add Windows support for the crashpad_wait_for_upload flag. (#1255, crashpad#126)

Fixes:

  • Reduce the scope of the proguard rules in the NDK package to local namespaces. (#1250)
  • Close the file and return 0 on success when writing raw envelopes. (#1260)
  • Fix event tags, contexts, and extra data to take precedence when applying scope data. (#1253)

Docs:

  • Document convenience PowerShell runners for formatting and tests on Windows. (#1247)

0.8.5

Breaking changes:

  • Use propagation_context as the single source of trace_id for spans and events. Transactions no longer create a new trace, but inherit the trace from the propagation_context created during SDK initialization. This context can be later modified through sentry_set_trace() (primarily used by other SDKs). (#1200)

Features:

  • Add sentry_value_new_user(id, username, email, ip_address) function to avoid ambiguous user-context-keys. (#1228)

Fixes:

  • Remove compile-time check for the libcurl feature AsynchDNS. (#1206)
  • Support musl on Linux. (#1233)

Thank you:

@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-native.sh/0.9.0 branch from d7e54ac to 225a1a0 Compare June 6, 2025 03:22
@codecov

codecov Bot commented Jun 6, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.23%. Comparing base (9e18a68) to head (c706448).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2980      +/-   ##
==========================================
+ Coverage   87.63%   89.23%   +1.60%     
==========================================
  Files         278       93     -185     
  Lines        9176     3085    -6091     
==========================================
- Hits         8041     2753    -5288     
+ Misses       1135      332     -803     

☔ 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.

@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-native.sh/0.9.0 branch 9 times, most recently from 201ca5a to 4866377 Compare June 16, 2025 14:12
@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-native.sh/0.9.0 branch 3 times, most recently from 98ddb79 to 93a6b9f Compare June 17, 2025 11:05
@bruno-garcia
bruno-garcia force-pushed the deps/flutter/scripts/update-native.sh/0.9.0 branch from 93a6b9f to b49bd42 Compare June 17, 2025 12:17
@buenaflor
buenaflor merged commit 3925712 into main Jun 17, 2025
89 of 90 checks passed
@buenaflor
buenaflor deleted the deps/flutter/scripts/update-native.sh/0.9.0 branch June 17, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants