From: Mark Felder Date: Wed, 7 Oct 2020 16:52:23 +0000 (-0500) Subject: instrumenters has no effect in Endpoint anymore X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=87fc5a40f4cf5aca7dab9ee5ac11bea35d1281b6;p=akkoma instrumenters has no effect in Endpoint anymore --- diff --git a/config/config.exs b/config/config.exs index 0c73ecb59..47fc7957b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -123,7 +123,6 @@ websocket_config = [ # Configures the endpoint config :pleroma, Pleroma.Web.Endpoint, - instrumenters: [Pleroma.Web.Endpoint.Instrumenter], url: [host: "localhost"], http: [ ip: {127, 0, 0, 1},