File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -556,12 +556,13 @@ Most arbitrary values in Sentry have their size restricted. This means any
556556values that are sent as metadata (such as variables in a stacktrace) as well
557557as things like extra data, or tags.
558558
559- - Mappings of values (such as HTTP data, extra data, etc) are limitd to 100
559+ - Mappings of values (such as HTTP data, extra data, etc) are limitd to 50
560560 item pairs.
561- - Unstructured data is limited to 512 characters.
562561- Event IDs are limited to 32 characters.
563562- Tag keys are limited to 32 characters.
564563- Tag values are limited to 200 characters.
565564- Culprits are limited to 200 characters.
565+ - Most contextual variables are limited to 512 characters.
566+ - Extra contextual data is limited to 2048 characters.
566567- Messages are limited to 1024 characters.
567568- Http data (the body) is limited to 1024 characters.
Original file line number Diff line number Diff line change 165165# For various attributes we dont limit the entire attribute on size, but the
166166# individual item. In those cases we also want to limit the maximum number of
167167# keys
168- MAX_DICTIONARY_ITEMS = 100
168+ MAX_DICTIONARY_ITEMS = 50
You can’t perform that action at this time.
0 commit comments