extra property

Map<String, dynamic> extra

Arbitrary name/value pairs attached to the scope.

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

Implementation

Map<String, dynamic> get extra => Map.unmodifiable(_extra);