Operating System
any
Environment (if applicable)
any
Firebase SDK Version
12.9.0
Firebase SDK Product(s)
Functions
Project Tooling
angular application
with firebase functions
Detailed Problem Description
For every user experiencing a crash, we log this crash and also send an email to our support team mailbox.
The email is sent by calling from the client browser a google cloud function "sendMail" with the relevant data.
However, for quite a lot of these users, we get a second crash in our front-end application that gets logged:

this approximately happens in 30% of the crashes; which is weird because in our other function calls we have much less error percentage.
If we go to google cloud logging, we don't see that the function ever started; and not even that a pre-flight 204 took place.
Steps and code to reproduce issue
no idea, just have clients that call functions a lot of time I would guess
Operating System
any
Environment (if applicable)
any
Firebase SDK Version
12.9.0
Firebase SDK Product(s)
Functions
Project Tooling
angular application
with firebase functions
Detailed Problem Description
For every user experiencing a crash, we log this crash and also send an email to our support team mailbox.
The email is sent by calling from the client browser a google cloud function "sendMail" with the relevant data.
However, for quite a lot of these users, we get a second crash in our front-end application that gets logged:
Steps and code to reproduce issue
no idea, just have clients that call functions a lot of time I would guess