error method
Implementation
FutureOr<void> error(
String body, {
Map<String, SentryLogAttribute>? attributes,
}) {
return _captureLog(SentryLogLevel.error, body, attributes: attributes);
}
FutureOr<void> error(
String body, {
Map<String, SentryLogAttribute>? attributes,
}) {
return _captureLog(SentryLogLevel.error, body, attributes: attributes);
}