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