Marketplace
<h1 align="center">log-sentry</h1>
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
Sentry
OtherSentry error/event sink.
togo-framework
bash
togo install togo-framework/log-sentryInstall
bash
togo install togo-framework/log-sentrySentry error tracking for togo. Captures every kernel error event (fired by
togo.ReportError when a request or background job fails) to Sentry
with stack traces, environment and release tagging.
bash
togo install togo-framework/log-sentryInstall alongside togo-framework/log. Blank-importing the plugin registers it.
Env
Var | Required | Description |
|---|---|---|
| SENTRY_DSN | yes | Your Sentry DSN. When unset the plugin is a no-op. |
| SENTRY_ENVIRONMENT | no | e.g. production, staging. |
| SENTRY_RELEASE | no | Release identifier for tagging. |
Rows per page
1–3 of 3Page 1 of 1
How it works
On boot (after the log plugin) it initialises the Sentry SDK and subscribes to
the kernel error hook. Errors are sent asynchronously; buffered events are
flushed on the shutdown hook.
MIT © togo-framework
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>