Skip to content

Commit

Permalink
Fix sentry dio integration (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
JElgar authored Oct 20, 2024
1 parent 164b0a0 commit 841975c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/api_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class ApiService {
},
),
)
..addSentry
..interceptors.add(AuthInterceptor(_authenticationService))
..interceptors.add(LogInterceptor());
..interceptors.add(LogInterceptor())
..addSentry();

return CauseApiClient(
dio: dio,
Expand Down

0 comments on commit 841975c

Please sign in to comment.