Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Dec 15, 2025

Followup on #104952

The Unity SDK adds a Unity specific context to events. Some of these context should be promoted to tags. Previously, this was done by the SDK itself, see getsentry/sentry-unity#2459

The tags are:

  • is_main_thread - bool, Whether the event comes from the main thread or not
  • install_mode - enum, Unknown, Store, DeveloperBuild, Adhoc, Enterprise, Editor, see Unity docs

@bitsandfoxes bitsandfoxes requested review from a team as code owners December 15, 2025 14:53
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 15, 2025
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #104956      +/-   ##
===========================================
+ Coverage   80.43%    80.44%   +0.01%     
===========================================
  Files        9394      9395       +1     
  Lines      403509    403570      +61     
  Branches    25922     25922              
===========================================
+ Hits       324561    324663     +102     
+ Misses      78508     78467      -41     
  Partials      440       440              

@bitsandfoxes bitsandfoxes merged commit 93f3fd9 into master Dec 15, 2025
67 checks passed
@bitsandfoxes bitsandfoxes deleted the feat/unity-context-tag-mapping-backend branch December 15, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants