Skip to content

Commit

Permalink
[Community] fix sentry compression algo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jan 9, 2025
1 parent 663a125 commit d954fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octobot/community/errors_upload/sentry_aiohttp_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def __init__(
self, options: typing.Dict[str, typing.Any]
):
super().__init__(options)
# WARNING: override default "br" value: not supported by Glitchtip yet
self._compression_algo = "gzip"
# use custom async worker instead of default sentry thread worker
# does not support proxies, at least for now
self._worker = AiohttpWorker(queue_size=options["transport_queue_size"])
Expand Down

0 comments on commit d954fdf

Please sign in to comment.