Closed MrSurana closed 1 year ago
Catch blocks in firestore adapter would log the error with console.log() which made it tough to separate when sending to error monitoring services like Sentry. Changing it to write errors with console.error() would help track the errors more easily.
No implementation changes.
Description
Catch blocks in firestore adapter would log the error with console.log() which made it tough to separate when sending to error monitoring services like Sentry. Changing it to write errors with console.error() would help track the errors more easily.
Code sample
No implementation changes.
Console logs