sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

chore(deps): update Native SDK to v0.8.5

Open github-actions[bot] opened this issue 5 months ago • 0 comments

Bumps scripts/update-sentry-native-ndk.sh from 0.8.4 to 0.8.5.

Auto-generated by a dependency updater.

Changelog

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:

github-actions[bot] avatar May 14 '25 16:05 github-actions[bot]