Which component(s) does this affect?
Problem Statement
I did not see that there is any application exception monitoring. I think that your application would benefit from monitoring for exceptions, instead of waiting users to report them.
Proposed Solution
Use anything you like, but choose a tool that has a MCP server and webhooks, or integrations with Github. That way any exception would turn into actionable work item that your agent can pick up (automatically).
We use Sentry, Firebase, Application Insights, ... pick any that supports OpenSource apps.
Hint: sentry.io/for/open-source
Use Case
User uses the app, and something out of the ordinary happens. The app crashes and you get notified. You get the full stack and correlations, which would help you resolve the issue and patch the code.
Alternatives Considered
No response
Additional Context
No response
Which component(s) does this affect?
Problem Statement
I did not see that there is any application exception monitoring. I think that your application would benefit from monitoring for exceptions, instead of waiting users to report them.
Proposed Solution
Use anything you like, but choose a tool that has a MCP server and webhooks, or integrations with Github. That way any exception would turn into actionable work item that your agent can pick up (automatically).
We use Sentry, Firebase, Application Insights, ... pick any that supports OpenSource apps.
Hint: sentry.io/for/open-source
Use Case
User uses the app, and something out of the ordinary happens. The app crashes and you get notified. You get the full stack and correlations, which would help you resolve the issue and patch the code.
Alternatives Considered
No response
Additional Context
No response