Skip to content

Commit 816884c

Browse files
Update metro.mdx
1 parent e0b2e13 commit 816884c

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
@@ -34,7 +34,7 @@ module.exports = withSentryConfig(config);
3434
const { getSentryExpoConfig } = require("@sentry/react-native/metro");
3535

3636
// const config = getDefaultConfig(__dirname);
37-
const config = getSentryExpoConfig(config, {});
37+
const config = getSentryExpoConfig(__dirname);
3838
```
3939

4040
### Wrap Your Custom Serializer

0 commit comments

Comments
 (0)