SentryCounterMetric constructor
SentryCounterMetric({})
Implementation
SentryCounterMetric({
required super.timestamp,
required super.name,
required super.value,
required super.traceId,
super.spanId,
super.unit,
super.attributes,
}) : super(type: 'counter');