harvard-lil / perma

Indelible links
411 stars 70 forks source link

Track playwright errors #3441

Closed rebeccacremona closed 7 months ago

rebeccacremona commented 7 months ago

See ENG-490.

We're sporadically seeing a particular error message from Playwright during Scoop captures: not frequently enough to be a cause for concern, but frequently enough that I'd like to count their occurrence, rather than considering them anomalous.

This PR adds that to the list of routine errors we are tracking this way.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (debdc0b) 70.40% compared to head (d9ef9db) 70.41%. Report is 11 commits behind head on develop.

Files Patch % Lines
perma_web/perma/celery_tasks.py 50.00% 2 Missing :warning:
perma_web/perma/views/user_management.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3441 +/- ## =========================================== + Coverage 70.40% 70.41% +0.01% =========================================== Files 52 52 Lines 6788 6801 +13 =========================================== + Hits 4779 4789 +10 - Misses 2009 2012 +3 ```

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