Skip to content

Commit 46c7a5b

Browse files
authored
Update README.md (#137)
1 parent def4ef2 commit 46c7a5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ void main() async {
121121
}
122122
```
123123

124+
## Repro Steps
125+
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.
126+
127+
To enable this feature, you need to add `InstabugNavigatorObserver` to the `navigatorObservers` :
128+
```
129+
runApp(MaterialApp(
130+
navigatorObservers: [InstabugNavigatorObserver()],
131+
));
132+
```
133+
134+
⚠️ Screenshots in repro steps on android is not currently supported.
135+
124136
## Network Logging
125137
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:
126138
```

0 commit comments

Comments
 (0)