You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new InstabugFlutterPlugin().start(CustomFlutterApplication.this, "APP_TOKEN", invocationEvents);
84
-
```
53
+
> :warning: If you're updating the SDK from versions prior to v11, please check our [migration guide](https://docs.instabug.com/docs/flutter-migration-guide).
85
54
86
55
## Crash reporting
87
56
@@ -90,42 +59,21 @@ Instabug automatically captures every crash of your app and sends relevant detai
90
59
⚠️ **Crashes will only be reported in release mode and not in debug mode.**
91
60
92
61
93
-
1. Import the following into your `main.dart`:
62
+
Replace `void main() => runApp(MyApp());` with the following snippet:
Repro Steps list all of the actions an app user took before reporting a bug or crash, grouped by the screens they visited in your app.
131
79
@@ -139,18 +87,7 @@ Repro Steps list all of the actions an app user took before reporting a bug or c
139
87
⚠️ Screenshots in repro steps on android is not currently supported.
140
88
141
89
## Network Logging
142
-
You can choose to attach all your network requests to the reports being sent to the dashboard. To enable the feature when using the `dart:io` package `HttpClient`, use the custom Instabug client:
You can choose to attach all your network requests to the reports being sent to the dashboard. To enable the feature when using the `dart:io` package `HttpClient`, please refer to the [Instabug Dart IO Http Client](https://github.com/Instabug/instabug-dart-io-http-client) repository.
154
91
155
92
We also support the packages `http` and `dio`. For details on how to enable network logging for these external packages, refer to the [Instabug Dart Http Adapter](https://github.com/Instabug/Instabug-Dart-http-Adapter) and the [Instabug Dio Interceptor](https://github.com/Instabug/Instabug-Dio-Interceptor) repositories.
0 commit comments