diff --git a/packages/react-native-babel-plugin/README.md b/packages/react-native-babel-plugin/README.md index af4d09e60..e47cbafd8 100644 --- a/packages/react-native-babel-plugin/README.md +++ b/packages/react-native-babel-plugin/README.md @@ -49,7 +49,7 @@ You can configure the plugin to adjust how it processes your code, giving you co | Option | Type | Default | Description | |-----------------|---------|---------|-------------| -| `svgTracking` | boolean | true | Whether to track SVG assets in the context of Session Replay. | +| `svgTracking` | boolean | false | Whether to track SVG assets in the context of Session Replay. | ---