TypeErrors are not detected by Sentry in Vue 3
Valentin found a TypeError in preprod in #1062 (closed) but it did not create a Sentry issue. I tried to reproduce #1037 (closed) (a TypeError) both in preprod and prod, as well as #501 (a HTTP error). In preprod and prod, the HTTP error did create a new Sentry issue, but the TypeError only created an issue in prod. The JS console shows that Sentry captures the console.error
call, but does not actually make any POST request.