SentryAttribute.string constructor

SentryAttribute.string(
  1. String value
)

Implementation

factory SentryAttribute.string(String value) {
  return SentryAttribute(value, 'string');
}