Skip to content

Commit 8863576

Browse files
Update docs/recipes/network.md
Co-authored-by: Ben White <[email protected]>
1 parent 6804e4b commit 8863576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rrweb.record({
3434
},
3535
// customized record options
3636
plugins: [
37-
rrweb.getRecordConsolePlugin({
37+
rrweb.getRecordNetworkPlugin({
3838
initiatorTypes: ['fetch', 'xmlhttprequest'],
3939
// block recording event for request to upload events to server
4040
ignoreRequestFn: (request) => {

0 commit comments

Comments
 (0)