interviewstreet / firepad-x

Collaborative Text Editor Powered by Firebase
Other
37 stars 20 forks source link

feat: add console.error in all firestore catch blocks #73

Closed MrSurana closed 1 year ago

MrSurana commented 1 year ago

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

image