gleap_http_interceptor 1.0.8 gleap_http_interceptor: ^1.0.8 copied to clipboard
A Http Interceptor for Gleap
Gleap Http Interceptor #
A Http Interceptor for the Gleap SDK.
Report and Fix Bugs the Easy Way #
Gleap helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications.
Checkout our website to learn more about gleap.
Docs & Examples #
Checkout our documentation for full reference. Include the following dependency in your pubspec.yml:
dependencies:
gleap_http_interceptor: "^1.0.8"
Client client = InterceptedClient.build(interceptors: [
GleapHttpInterceptor(),
]);
client.get(Uri.parse("https://example.com"));