jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 1 forks source link

Full coverage through logging #183

Closed jacobsamo closed 1 month ago

jacobsamo commented 1 month ago

So we have tried various forms of logging including; baseline, Vercel, Axiom, and Posthog. currently we are using Posthog for analytics and client-side tracking.

Baselime wasn't working due to the transport feature in pino, would be great to see if we can fix that, if not we need to figure out a good logging provider to guarantee 100% coverage of logs in the app and all errors to be logged for us.

TODO

Posthog

linear[bot] commented 1 month ago

MIX-174 Full coverage through logging