Skip to content

Comments

chore(deps): update Native SDK to v0.12.7#8

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh/0.12.7
Open

chore(deps): update Native SDK to v0.12.7#8
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh/0.12.7

Conversation

@github-actions
Copy link

Bumps scripts/update-sentry-native-ndk.sh from 0.12.2 to 0.12.7.

Auto-generated by a dependency updater.

Changelog

0.12.7

Features:

  • Add new offline caching options to persist envelopes locally: sentry_options_set_cache_keep, sentry_options_set_cache_max_items, sentry_options_set_cache_max_size, and sentry_options_set_cache_max_age. (#1490, #1493)

Fixes:

  • Remove spurious decref in sentry_capture_user_feedback() (#1510)
  • Prevent double-decref of event in envelope add functions (#1511)

0.12.6

Features:

  • Add support for metrics. It is currently experimental, and one can enable it by setting sentry_options_set_enable_metrics. When enabled, you can record a metric using sentry_metrics_count(), sentry_metrics_gauge(), or sentry_metrics_distribution(). Metrics can be filtered by setting the before_send_metric hook. (#1498)

0.12.5

Features:

  • Add attachment support to user feedback. (#1414)

Fixes:

  • Structured logs: avoid modifying custom per-log attributes when merging with scope attributes. (#1500)

0.12.4

Fixes:

  • Crashpad: namespace mpack to avoid ODR violation. (#1476, crashpad#143)
  • Structured logs: stop local attributes overwriting all globally set attributes. They now get merged, and local values overwrite existing global values for the same key. (#1486)

0.12.3

Fixes:

  • Removed the 10-item limit per envelope for non-session data. Sessions are now limited to 100 per envelope, while other items (e.g., attachments) have no limit in amount. (#1347)
  • Align the breakpad interface changes introduced with #1083 with the corresponding iOS build. (#1465)
  • Add structured logs to debug output when debug option is set. (#1466)

@github-actions github-actions bot force-pushed the deps/scripts/update-sentry-native-ndk.sh/0.12.7 branch from 2b9526f to 621a1a1 Compare February 13, 2026 04:54
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.

1 participant