getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

fix(eap): Support environment on EAP #81030

Closed Zylphrex closed 1 day ago

Zylphrex commented 2 days ago

The environment column was not defined on EAP through SnQL and the environment condition was not being added on EAP through RPC.

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.

:white_check_mark: All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/search/eap/spans.py 75.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81030 +/- ## ========================================== - Coverage 78.48% 78.48% -0.01% ========================================== Files 7210 7210 Lines 319520 319526 +6 Branches 43983 43986 +3 ========================================== - Hits 250775 250769 -6 - Misses 62346 62353 +7 - Partials 6399 6404 +5 ```