Hi, I have a service that is setup to sent otel traces and logs to sentry through a collector sidecar (specifically the AWS ADOT container), however we aren't getting any traces through into the dashboard and the only error I'm seeing in the collector is sentry returning a 429 for every request.
I have tried to change the rate limit on the DSN through the project settings but its made no difference (seems to only be a rate limit for exception captures?) and we're batching all otel data before its sent to sentry so I'm at a bit of a loss for why its happening. Any help would be appreciated.
Extra info:
ASP.NET API with otel pipeline setup with exporter sending to the sidecar
ADOT container is pulling from latest version
Using sentry SaaS product.