relay
relay copied to clipboard
[WIP] feat: Add Heroku Log Drain Endpoint
This is WIP
ref https://github.com/getsentry/sentry/issues/91727 ref https://devcenter.heroku.com/articles/log-drains#https-drains
I still need to:
- Update the sentry conventions with these new attributes
- ~Do some more testing with the logplex parsing~
- ~Add an integration test (note that Heroku doesn't support attaching headers, so we need to use query param auth)~
If anyone wants to do any early reviews, feel free to take a look at relay-ourlogs/src/heroku_to_sentry.rs and relay-server/src/processing/logs/integrations/heroku.rs. That needs the most scrutiny.