You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: