typedb / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Implement error diagnostics #223

Closed flyingsilverfin closed 8 months ago

flyingsilverfin commented 8 months ago

What is the goal of this PR?

We implement completely anonymous error reporting using Sentry. We submit error messages when the user receives a fatal error in Console.

To disable diagnostics, use:

typedb console --diagnostics-disable=true
typedb-bot commented 8 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture