From 1863592df29769a844c768073f590adae7870a28 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 24 Feb 2021 16:06:58 +0100 Subject: [PATCH] fix(relay): Remove http._client usage As per https://github.com/getsentry/relay/pull/938 this option no longer exists. Existing values will be ignored, however. --- relay/config.example.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/relay/config.example.yml b/relay/config.example.yml index 0d70d0a2af8..8538bd7d462 100644 --- a/relay/config.example.yml +++ b/relay/config.example.yml @@ -11,5 +11,3 @@ processing: - {name: "message.max.bytes", value: 50000000} #50MB or bust redis: redis://redis:6379 geoip_path: "/geoip/GeoLite2-City.mmdb" -http: - _client: "reqwest"