Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 838 Bytes

sentry.md

File metadata and controls

30 lines (20 loc) · 838 Bytes

Sentry

GoBGP supports Sentry for error and exception tracking.

To enable Sentry, set the --sentry-dsn flag to your Sentry DSN.

$ gobgpd --sentry-dsn=<your-dsn>

In addition, you can set the --sentry-environment flag to your Sentry environment.

$ gobgpd --sentry-dsn=<your-dsn> --sentry-environment=<your-environment>

You can also set the --sentry-sample-rate flag to the sample rate of Sentry traces.

$ gobgpd --sentry-dsn=<your-dsn> --sentry-sample-rate=<your-sample-rate>

Finally, you can set the --sentry-debug flag to enable Sentry debug mode.

$ gobgpd --sentry-dsn=<your-dsn> --sentry-debug=true

When Sentry debug mode is enabled, there is a message logged to Sentry when the program starts. This is particularly useful to verify that Sentry is working as expected.