nullstone icon indicating copy to clipboard operation
nullstone copied to clipboard

Sentry Integration

Open BSick7 opened this issue 2 years ago • 0 comments

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?

BSick7 avatar Sep 07 '23 01:09 BSick7