type property

String? type
final

The event type determines how Sentry handles the event and has an impact on processing, rate limiting, and quotas. defaults to 'default'

Implementation

final String? type;