Skip to content

fix(metrics): Sync EnableMetrics setting to native SDK and default to true#2635

Merged
JoshuaMoelans merged 7 commits intomainfrom
feat/sync-native-enable-metrics
Apr 9, 2026
Merged

fix(metrics): Sync EnableMetrics setting to native SDK and default to true#2635
JoshuaMoelans merged 7 commits intomainfrom
feat/sync-native-enable-metrics

Conversation

@JoshuaMoelans
Copy link
Copy Markdown
Member

@JoshuaMoelans JoshuaMoelans commented Apr 8, 2026

The sentry-native 0.13.5 update changed metrics to be enabled by default. This syncs the Unity EnableMetrics option to the native layer via sentry_options_set_enable_metrics and aligns the Unity default to true, matching the cross-SDK standard from develop docs.

Merging to main after #2631

Fixes #2634

web-flow and others added 3 commits April 7, 2026 16:04
The sentry-native 0.13.5 update changed metrics to be enabled by default.
This syncs the Unity EnableMetrics option to the native layer via
sentry_options_set_enable_metrics and aligns the Unity default to true,
matching the cross-SDK standard from develop docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • Sync attachments on Android, Windows, and Linux by bitsandfoxes in #2609
  • Improve Xbox native support by bitsandfoxes in #2617

Bug Fixes 🐛

  • (metrics) Sync EnableMetrics setting to native SDK and default to true by JoshuaMoelans in #2635
  • Remove dependency on AnalyticsSessionInfo by bitsandfoxes in #2625
  • Pass failed request codes down to cocoa by bitsandfoxes in #2619

Internal Changes 🔧

Deps

  • Update Native SDK to v0.13.5 by github-actions in #2631
  • Update .NET SDK to v6.3.1 by github-actions in #2632
  • Update .NET SDK to v6.3.0 by github-actions in #2615
  • Update Native SDK to v0.13.4 by github-actions in #2612
  • Update CLI to v3.3.5 by github-actions in #2614
  • Update CLI to v3.3.4 by github-actions in #2604
  • Update Java SDK to v8.37.1 by github-actions in #2605
  • Update Cocoa SDK to v9.8.0 by github-actions in #2596
  • Update Native SDK to v0.13.3 by github-actions in #2597
  • Update Java SDK to v8.36.0 by github-actions in #2591

Other

  • Update validate-pr workflow by stephanie-anderson in #2618
  • Add PR validation workflow by stephanie-anderson in #2608
  • Pin GitHub Actions to full-length commit SHAs by joshuarli in #2601

Other

  • Fix command injection vulnerability in iOS workflow by fix-it-felix-sentry in #2598

🤖 This preview updates automatically when you update the PR.

Base automatically changed from deps/modules/sentry-native/0.13.5 to main April 8, 2026 15:43
@JoshuaMoelans JoshuaMoelans changed the title fix(metrics: Sync EnableMetrics setting to native SDK and default to true fix(metrics): Sync EnableMetrics setting to native SDK and default to true Apr 8, 2026
@JoshuaMoelans JoshuaMoelans marked this pull request as ready for review April 8, 2026 18:07
@JoshuaMoelans JoshuaMoelans merged commit 4f98f7b into main Apr 9, 2026
69 checks passed
@JoshuaMoelans JoshuaMoelans deleted the feat/sync-native-enable-metrics branch April 9, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

native: sync metrics feature option + default

3 participants