debug abstract method

FutureOr<void> debug(
  1. String body, {
  2. Map<String, SentryAttribute>? attributes,
})

Logs a message at DEBUG level.

Implementation

FutureOr<void> debug(
  String body, {
  Map<String, SentryAttribute>? attributes,
});