relay icon indicating copy to clipboard operation
relay copied to clipboard

Too large requests sent to dedicated endpoints should emit outcomes

Open Dav1dde opened this issue 2 months ago • 2 comments

For example requests sent to the minidump endpoint which are dropped because of a size limit should always emit an outcome in the error category.

We can do this for all endpoints which have dedicated categories.

Implementation wise we can possibly wrap the size limit middleware and check for the error/abort then emit an outcome if we have access to the credentials (public key).

Dav1dde avatar Oct 23 '25 07:10 Dav1dde

RELAY-174

linear[bot] avatar Oct 23 '25 07:10 linear[bot]

Relates to:

  • https://github.com/getsentry/sentry/issues/86362
  • https://github.com/getsentry/sentry/issues/98885

bruno-garcia avatar Oct 23 '25 15:10 bruno-garcia