openHPI / poseidon

Scalable task execution orchestrator for CodeOcean
MIT License
8 stars 1 forks source link

Fix Sentry Hook Global Scope #647

Closed mpass99 closed 1 month ago

mpass99 commented 1 month ago

that led to errors being duplicated in the following events sharing the same scope.

Now, every event has its own local scope.

Closes #628

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes missing coverage. Please review.

Project coverage is 76.63%. Comparing base (f3265b7) to head (7537545). Report is 1 commits behind head on main.

Files Patch % Lines
pkg/logging/sentry_hook.go 84.21% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #647 +/- ## ========================================== - Coverage 76.64% 76.63% -0.02% ========================================== Files 41 41 Lines 3507 3509 +2 ========================================== + Hits 2688 2689 +1 - Misses 607 608 +1 Partials 212 212 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.