FirebaseExtended / firepad

Collaborative Text Editor Powered by Firebase
Other
3.86k stars 877 forks source link

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

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.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.