Skip to content

feat: allow tags before crash handler startup - #2087

Open
nathan-white-mojang wants to merge 4 commits into
getsentry:masterfrom
nathan-white-mojang:feat/initial-tags-before-backend-startup
Open

feat: allow tags before crash handler startup#2087
nathan-white-mojang wants to merge 4 commits into
getsentry:masterfrom
nathan-white-mojang:feat/initial-tags-before-backend-startup

Conversation

@nathan-white-mojang

@nathan-white-mojang nathan-white-mojang commented Sep 10, 2026

Copy link
Copy Markdown

Adds sentry_options_set_tags to configure initial scope tags before crash handlers start. Native, Crashpad, and WER now preserve these tags for immediate crashes, fast-fails, and retained crash envelopes.

Fixes #2086.

@nathan-white-mojang
nathan-white-mojang marked this pull request as ready for review September 10, 2026 16:28
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.74074% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.16%. Comparing base (0a31c85) to head (32852b9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2087      +/-   ##
==========================================
- Coverage   74.37%   74.16%   -0.22%     
==========================================
  Files         103      103              
  Lines       26817    26861      +44     
  Branches     4881     4887       +6     
==========================================
- Hits        19946    19921      -25     
- Misses       5531     5608      +77     
+ Partials     1340     1332       -8     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Allow tags to be configured before crash handler startup

1 participant