Skip to content

Commit 7365a03

Browse files
authored
fix(relay): Remove http._client usage (#870)
As per getsentry/relay#938 this option no longer exists. Existing values will be ignored, however.
1 parent 798e028 commit 7365a03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

relay/config.example.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ processing:
1111
- {name: "message.max.bytes", value: 50000000} #50MB or bust
1212
redis: redis://redis:6379
1313
geoip_path: "/geoip/GeoLite2-City.mmdb"
14-
http:
15-
_client: "reqwest"

0 commit comments

Comments
 (0)