debug abstract method
Logs a message at DEBUG level.
Implementation
FutureOr<void> debug(
String body, {
Map<String, SentryAttribute>? attributes,
});
Logs a message at DEBUG level.
FutureOr<void> debug(
String body, {
Map<String, SentryAttribute>? attributes,
});