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
| initiatorTypes |['fetch','xmlhttprequest','img',...]| Default value contains names of all [initiator types](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType). You can override it by setting the types you need. |
60
-
| ignoreRequestFn | () => false | Block recording events for specific requests |
61
-
| recordHeaders | false | Record the request & response headers for `fetch` and `xmlhttprequest` requests |
62
-
| recordBody | false | Record the request & response bodies for `fetch` and `xmlhttprequest` requests |
63
-
| recordInitialRequests | false | Record an event for all requests prior to rrweb.record() being called |
59
+
| initiatorTypes |`['fetch','xmlhttprequest','img',...]`| Default value contains names of all [initiator types](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming/initiatorType). You can override it by setting the types you need. |
60
+
| ignoreRequestFn |`() => false`| Block recording events for specific requests |
61
+
| recordHeaders |`false`| Record the request & response headers for `fetch` and `xmlhttprequest` requests |
62
+
| recordBody |`false`| Record the request & response bodies for `fetch` and `xmlhttprequest` requests |
63
+
| recordInitialRequests |`false`| Record an event for all requests prior to rrweb.record() being called |
0 commit comments