Is Sentry viable for request/response logging?

I’m looking for a request logging setup and as I’m already a Sentry (on-premise) user - this seems
like a great way to capture requests (and responses) with their full bodies and headers.

I could use the discover tab to query requests.

I would combine it with Relay because it would be used in a prod env, so as not to slow down the requests due to latency.

I’m wondering if there are any downsides I might not be aware of or any additional optimization I should use?

I’m guessing that if I use the request’s UUID as the message title I can avoid deduplication (which is desired, of course)?