Skip to content

Commit 75b18eb

Browse files
authored
Fix spelling
perapre -> prepare
1 parent 2cf5ba6 commit 75b18eb

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/manual-setup

1 file changed

+1
-1
lines changed

docs/platforms/react-native/manual-setup/metro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const { getDefaultConfig, mergeConfig } = require("@react-native/metro-config");
4646
const { withSentryConfig } = require('@sentry/react-native/metro');
4747

4848
const myCustomSerializer = (entryPoint, preModules, graph, options) => {
49-
let bundle = perapreBundle(entryPoint, preModules, graph, options);
49+
let bundle = prepareBundle(entryPoint, preModules, graph, options);
5050
if (options.sentryBundleCallback) {
5151
// Callback adds Sentry Debug IDs module to the bundle
5252
bundle = options.sentryBundleCallback(bundle);

0 commit comments

Comments
 (0)