Skip to content

Commit 811a1fd

Browse files
Update examples/sdk/reactNative/README.md
Co-authored-by: Rick Foster <115846221+rick-bt@users.noreply.github.com>
1 parent 166b9fe commit 811a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sdk/reactNative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before executing any step:
1616

1717
> Please update .backtracejsrc file with your symbols submission URL and your sourcemap settings.
1818
19-
Backtrace is compatible with metro build system. In order to enable source map support, set a `customSerializer` method in the `metro.config.js` file to a function `processSourceMap` available in the `@backtrace/react-native/processSourceMap`.
19+
Backtrace is compatible with metro build system. To enable source map support, set a `customSerializer` method in the `metro.config.js` file to the `processSourceMap` function available in `@backtrace/react-native/processSourceMap`.
2020

2121
```
2222
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');

0 commit comments

Comments
 (0)