Skip to content

Instantly share code, notes, and snippets.

View iducool's full-sized avatar

Idrish Sorathiya iducool

  • Baroda
View GitHub Profile
@iducool
iducool / sentry_interceptor.dart
Created January 26, 2021 09:16
Sentry web services tracking feature with Dio API client
import 'package:dio/dio.dart';
import 'package:sentry_flutter/sentry_flutter.dart';
class SentryInterceptor extends InterceptorsWrapper {
@override
Future onResponse(Response response) {
Sentry.addBreadcrumb(
Breadcrumb(
type: 'http',
category: 'http',