nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Sentry Integration #169

Open BSick7 opened 1 year ago

BSick7 commented 1 year ago

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