Document max size for Unreal Engine crash reports #4208
Labels
filler
Requires little effort to resolve. Ready to be picked up anytime.
onboarding
Type: Improvement
We document max payload size for different types of things here: https://develop.sentry.dev/sdk/data-model/envelopes/#size-limits
But there's no mention of the max size for the
/unreal
endpoint.It came up on Discord that UE crash reports are getting dropped due to size limit. But it's not clear what that limit is and it's challenging for customers to even realize that they are losing crashes, or what part of the dump was the reason.
Since UE crash dumps have a minidump + context data + configuration + Logs. If we could apply the limits over each part indepdendently, possibly resulting in dropped logs only, instead of dropped minidump. That would improve things significanantly.
The text was updated successfully, but these errors were encountered: