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: examples/sdk/reactNative/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Before executing any step:
16
16
17
17
> Please update .backtracejsrc file with your symbols submission URL and your sourcemap settings.
18
18
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`.
0 commit comments