@markstory oh cool you are working for sentry.io now? It helped me a lot with elixir apps, and I like it a bit more than appsignal so far. :)
Application Performance Monitoring & Error Tracking Software

Application performance monitoring for developers & software teams to see errors clearer, solve issues faster & continue learning continuously. Get started at sentry.io.

Sentry
@inoas Yes, I have been there for a few years now. It is great to hear that sentry was able to help :)
@markstory Once #gleam lang (https://gleam.run) grows larger I hope that there will be an easy way to integrate with Sentry :)
Akkoma

@inoas I hadn't heard of Gleam before. It looks interesting for sure.
@markstory I am not often on social media so I am only reading this now. Gleam is a typed subset of Erlang or JavaScript I would say. It can also target both with the same or almost the same code, the biggest difference being when it is about concurrency, where on the Beam target it uses Erlang Style Message Passing and on JS it uses Promises _I think_.