How to find out what was included in a transaction that was refused

Hi, newbie here, I’m having an issue where we get a lot of 429 event rejected due to rate limit errors.
I am trying to figure out what is happening in my web app that is causing this. Is there a way to see what was in a refused transaction?

ie in this transaction id: 3b573688e5074ac49409192abe34c3c5

[2021-02-05T06:38:07.841981 #22]  INFO -- sentry: Sending transaction 3b573688e5074ac49409192abe34c3c5 to Sentry
2021-02-05T06:38:08.031472+00:00 app[web.1]: W, [2021-02-05T06:38:08.031317 #22]  WARN -- sentry: Unable to record event with remote Sentry server (Sentry::Error - the server responded with status 429
2021-02-05T06:38:08.031483+00:00 app[web.1]: body: {"detail":"event rejected due to rate limit"}):
2021-02-05T06:38:08.031484+00:00 app[web.1]: /app/vendor/bundle/ruby/2.6.0/gems/sentry-ruby-core-4.2.0/lib/sentry/transport/http_transport.rb:29:in `rescue in send_data'

I have been getting the same thing and maxed out the billing options. It’s a shame that sentry can’t get their act together.

1 Like