nullstone
nullstone copied to clipboard
Sentry Integration
Overview
Sentry is a popular application performance monitoring service. One-click integration is valuable for developers who want to use Sentry.
How will it work?
A base datastore module would allow users to configure an API for Sentry.
A capability module would preconfigure a sentry_project for the application.
Additionally, this module would export a sensitive env var SENTRY_DSN that provides the emission endpoint.
Open Questions
- [ ] Sentry offers a mechanism for uploading debug symbols during a build, so the error reporting is accurate. How can we do this in Nullstone?