extra property

Map<String, dynamic>? extra
final

Arbitrary name/value pairs attached to the event.

Sentry.io docs do not talk about restrictions on the values, other than they must be JSON-serializable.

Implementation

final Map<String, dynamic>? extra;