From 2dd9c3e410d62a0bc2436a50a22f367777a469a3 Mon Sep 17 00:00:00 2001 From: Power2All Date: Fri, 15 Nov 2024 19:38:34 +0100 Subject: [PATCH] Fixing README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9b1c09..539fc2a 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,14 @@ Before you can run the server, you need to either have persietency turned off, a Swagger UI is introduced, and when enabled in the configuration, is accessible through the API via `/swagger-ui/`. +Sentry.io support is introduced, you can enable it in the configuration and the URL where to push the data to. + ### ChangeLog #### v4.0.3 * Fixing announce and scrape paths, since it is the wrong way. * Fixing various smaller bugs that isn't app-breaking, but should be handled better. +* Added support for Sentry.io SaaS and self-hosted setup. * Preparing work for version v4.1.0, which will introduce LUA support for middleware. #### v4.0.2