You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure events stay below 200 KB, and there's no point to sending attributes that are past the limits either since (best case), the server will remove them anyway.
The text was updated successfully, but these errors were encountered:
This is the limit for most Sentry attributes (the server will discard
everything past this), and this should help us stay under the 200 KB
event size limit.
See #20
This is the limit for most Sentry attributes (the server will discard
everything past this), and this should help us stay under the 200 KB
event size limit.
See #20
This is the limit for most Sentry attributes (the server will discard
everything past this), and this should help us stay under the 200 KB
event size limit.
See #20
I'm going to close this since after 9075d59 it's extremely unlikely that any event can be over 200 KB. If someone wants to make a pull request to catch 413 errors and strip out arrays that are too long I'd be happy to review it though.
https://docs.sentry.io/accounts/quotas/#attributes-limits
We need to make sure events stay below 200 KB, and there's no point to sending attributes that are past the limits either since (best case), the server will remove them anyway.
The text was updated successfully, but these errors were encountered: