Closed frgfm closed 9 months ago
Thanks for this nice addition @frgfm ! I believe the errors in the CI come from
from app.services import telemetry_client
(not defined) vs from app.services.telemetry import telemetry_client
.
I would suggest monitoring also the alert notifications, in order to remove that from the db, as you suggested in #304.
Attention: 11 lines
in your changes are missing coverage. Please review.
Comparison is base (
cf11dc7
) 94.95% compared to head (1759f71
) 94.59%.
Files | Patch % | Lines |
---|---|---|
src/app/api/endpoints/media.py | 72.22% | 5 Missing :warning: |
src/app/services/telemetry.py | 73.68% | 5 Missing :warning: |
src/app/services/services.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
So apart from "updated info" (feels like dumping the payload otherwise), I added everything that was immediately available (not requiring another DB operations)
This PR introduces the following modifications:
Any feedback is welcome!
cf. #304