mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Add sentry support * Add basic listening for errors on express. * Additional event types * Add a default config * changelog * Improve wording * Add docs
441 B
441 B
Sentry
Hookshot supports Sentry error reporting.
You can configure Sentry by adding the following to your config:
sentry:
dsn: https://examplePublicKey@o0.ingest.sentry.io/0 # The DSN for your Sentry project.
environment: production # The environment sentry is being used in. Can be omitted.
Sentry will automatically include the name of your homeserver as the serverName
reported.