Open khiga8 opened 2 years ago
We are observing a TypeError from this line:
TypeError
const elideShift = event.code.startsWith('Key') && event.shiftKey && event.key.toUpperCase() === event.key;
See: Sentry
Though this was first seen 9 months ago, looks like there has been a recent spike.
We are observing a
TypeError
from this line:See: Sentry
Though this was first seen 9 months ago, looks like there has been a recent spike.