Skip to content

Commit

Permalink
fix: Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsp committed Jan 25, 2024
1 parent 6770a5b commit aa75599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RecordErrorInterceptor extends Interceptor {
DioException err,
ErrorInterceptorHandler handler,
) async {
// Crashlyticsにログを送信
// Send logs to Crashlytics
await Tracker().recordError(err, err.stackTrace);
super.onError(err, handler);
}
Expand Down

0 comments on commit aa75599

Please sign in to comment.