Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

Resolves getsentry/sentry-unity#2510

Without the enricher, User Feedback is lacking environment and release.

Screenshot 2026-01-30 at 14 32 02

@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.87%. Comparing base (edb897a) to head (b0bbe5c).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4883      +/-   ##
==========================================
+ Coverage   73.85%   73.87%   +0.01%     
==========================================
  Files         483      483              
  Lines       17577    17578       +1     
  Branches     3464     3464              
==========================================
+ Hits        12982    12985       +3     
+ Misses       3741     3740       -1     
+ Partials      854      853       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

// Evaluate and copy before invoking the callback
scope.Evaluate();
scope.Apply(evt);
_enricher.Apply(evt);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: more than environment and release

More than environment and release are applied ... is this intended?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we already do this here as well...

scope.Evaluate();
scope.Apply(transaction);
_enricher.Apply(transaction);

Maybe we refactor it into a tiny little method (which could conceivably be reused in CaptureCheckIn, CaptureSession or some other future CaptureFoo method)? That way we'd ensure consistency across envelope items.

@jamescrosswell
Copy link
Collaborator

btw: this will need to be updated from main once we've approved/merged #4884:

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 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 ✨

  • Update error 413 handling by bitsandfoxes in #4863
  • Added Main to SentryThread by bitsandfoxes in #4807

Bug Fixes 🐛

  • Apply Enricher to User Feedback by bitsandfoxes in #4883
  • Allow Sentry failures when SENTRY_ALLOW_FAILURE is set in the Sentry CLI by DanielMcAssey in #4852

Internal Changes 🔧

Deps

  • Update Native SDK to v0.12.4 by github-actions in #4875
  • Bump getsentry/github-workflows from 3.1.0 to 3.2.0 by dependabot in #4872
  • Bump github/codeql-action from 4.31.10 to 4.31.11 by dependabot in #4871
  • Bump actions/checkout from 6.0.1 to 6.0.2 by dependabot in #4870
  • Bump actions/setup-java from 5.1.0 to 5.2.0 by dependabot in #4869
  • Bump getsentry/github-workflows/sentry-cli/integration-test from 2.14.1 to 3.2.0 by Flash0ver in #4858
  • Bump github/codeql-action from 4.31.9 to 4.31.10 by dependabot in #4847
  • Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 by dependabot in #4846
  • Bump actions/cache from 5.0.1 to 5.0.2 by dependabot in #4848
  • Update Native SDK to v0.12.3 by github-actions in #4832
  • Update Java SDK to v8.29.0 by github-actions in #4817
  • Bump actions/download-artifact from 6.0.0 to 7.0.0 by dependabot in #4828
  • Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by dependabot in #4827
  • Bump github/codeql-action from 4.31.8 to 4.31.9 by dependabot in #4826
  • Bump getsentry/action-prepare-release from 1.6.4 to 1.6.6 by dependabot in #4825
  • Bump github/codeql-action from 4.31.5 to 4.31.8 by dependabot in #4813
  • Bump actions/cache from 4.3.0 to 5.0.1 by dependabot in #4812
  • Bump codecov/codecov-action from 5.5.1 to 5.5.2 by dependabot in #4811
  • Bump actions/upload-artifact from 5.0.0 to 6.0.0 by dependabot in #4810
  • Bump actions/create-github-app-token from 2.2.0 to 2.2.1 by dependabot in #4795

Test

  • Update PublicApiGenerator from 11.1.0 to 11.5.4 by Flash0ver in #4866
  • Update FluentAssertions from 6.12.0 to 7.2.0 by Flash0ver in #4864

Other

  • (release) Switch from action-prepare-release to Craft by BYK in #4835
  • (repo) Add Claude Code settings with basic permissions by philipphofmann in #4850
  • Update Roslynator.Analyzers from 4.9.0 to 4.15.0 by Flash0ver in #4878
  • Upgrade to C# 14.0 by Flash0ver in #4857
  • Bump testing dependencies by Flash0ver in #4865
  • Remove trailing slash from workflow references by copilot-swe-agent in #4837
  • Fix Build of Compiler-Extension by Flash0ver in #4804

Other

  • fixed: Thread safety in AssemblyStoreReader when sending events on Android by jamescrosswell in #4814
  • test(integration): prevent auto-relaunch on Android by jpnurmi in #4833

🤖 This preview updates automatically when you update the PR.

@jamescrosswell jamescrosswell merged commit dc9a036 into main Feb 3, 2026
36 of 37 checks passed
@jamescrosswell jamescrosswell deleted the fix/feedback-environment branch February 3, 2026 00:15
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.

Environment not applied to User Feedback

3 participants