Snowplow tracker making blocking HTTP requests instead of asyncio
Read more at https://gitlab.com/gitlab-org/quality/quality-engineering/team-tasks/-/issues/3794#note_2838923664 .
All HTTP requests need to use aiohttp otherwise they block the asyncio reactor loop and the server grinds to a halt.
Edited by Dylan Griffith