Skip to content

Commit

Permalink
Update plausible_event_tracker.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 15, 2024
1 parent 37afcd8 commit f9a5941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ abstract class PlausibleEventTracker {
);
}
} catch (e, s) {
logger.e('Plausible response error: $e $s');
logger.w('Plausible response error: $e $s');
}
}

Expand Down

0 comments on commit f9a5941

Please sign in to comment.