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
Copy file name to clipboardExpand all lines: guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ The parameter of `rrweb.record` accepts the following options.
163
163
| collectFonts | false | whether to collect fonts in the website |
164
164
| userTriggeredOnInput | false | whether to add `userTriggered` on input events that indicates if this event was triggered directly by the user or not. [What is `userTriggered`?](https://github.com/rrweb-io/rrweb/pull/495)|
165
165
| plugins |[]| load plugins to provide extended record functions. [What is plugins?](./docs/recipes/plugin.md)|
166
+
| errorHandler | - | A callback that is called if something inside of rrweb throws an error. The callback receives the error as argument. |
0 commit comments