Skip to content

KPIs: Key Business Indicators 1 July 2025

Unit tests

We’ve unit tested my-library & data-extraction app
Next focus will be ai-reviewer, screening-criteria & stages apps

Coverage

This week:
image.png

Last week:
image.png

End-to-end tests

No progress this week

NR Reported Errors count

This week: from 200 to 1K
Average ~200 except 24 June where we got 811 occurrences of an error happening after refresh `Cannot read properties of undefined (reading 'length'`
That error was hotfixed within 10 minutes of deployment
image.png
Last week: From 200 to 500 errors per day

NR Reported errors per user

This week:
— all users
image.png
command-line

SELECT count(*) FROM JavaScriptError FACET enduser.id SINCE 1 week ago TIMESERIES

— unique users
image.png
command-line

SELECT uniqueCount(enduser.id) FROM JavaScriptError SINCE 1 week ago TIMESERIES

Last week:
— all users
image.png
command-line

SELECT count(*) FROM JavaScriptError FACET enduser.id SINCE 2 weeks ago UNTIL 1 week ago TIMESERIES

— unique users
image.png
command-line

SELECT uniqueCount(enduser.id) FROM JavaScriptError SINCE 1 week ago TIMESERIES


Errors worth attention

We are investigating bad request errors for invite
few page load errors that did spike up and are causing frequent alerts
2 newrelic package internal errors / no session replays
errorMessage LIKE 'Unhandled Promise Rejection: Failed to execute 'clone' on 'Response': Response body — happens on page load
Minified React error — happens onpage load


Errors to ignore

BadRequestException

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.