Skip to content

Commit

Permalink
Fix spelling (#11809)
Browse files Browse the repository at this point in the history
perapre -> prepare
  • Loading branch information
liamjones authored Nov 13, 2024
1 parent b4cb69e commit 426299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/react-native/manual-setup/metro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const { getDefaultConfig, mergeConfig } = require("@react-native/metro-config");
const { withSentryConfig } = require('@sentry/react-native/metro');

const myCustomSerializer = (entryPoint, preModules, graph, options) => {
let bundle = perapreBundle(entryPoint, preModules, graph, options);
let bundle = prepareBundle(entryPoint, preModules, graph, options);
if (options.sentryBundleCallback) {
// Callback adds Sentry Debug IDs module to the bundle
bundle = options.sentryBundleCallback(bundle);
Expand Down

0 comments on commit 426299b

Please sign in to comment.