MaxResponseBodySize enum

Describes the size of http response bodies which should be added to an event This enum might be removed at any time.

Inheritance

Constructors

MaxResponseBodySize()
const

Values

never → const MaxResponseBodySize

Response bodies are never sent

small → const MaxResponseBodySize

Only small response bodies will be captured where the cutoff for small depends on the SDK (typically 4KB)

medium → const MaxResponseBodySize

Medium and small response will be captured (typically 10KB)

always → const MaxResponseBodySize

The SDK will always capture the request body for as long as Sentry can make sense of it

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MaxResponseBodySize>
A constant List of the values in this enum, in order of their declaration.