mito-ds / mito

The mitosheet package, trymito.io, and other public Mito code.
https://trymito.io
Other
2.29k stars 155 forks source link

Improve logging #1306

Closed aarondr77 closed 3 months ago

aarondr77 commented 3 months ago

Description

Improves enterprise logging:

  1. Creating a separate error code for Mito sheet crashes. These are the most disruptive errors that we should prioritize fixing.
  2. Adding the error name as a parameter so you can easily differentiate between them in your dashboard. For example: add_column_failed or set_column_formula_failed.

Testing

See the new tests

Documentation

We need to update the enterprise logging docs

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
monorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 1:42pm
naterush commented 3 months ago

LGTM when Python tests are passing