Skip to content

Create @sentry/react-native/expo for simple plugin import #3393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
krystofwoldrich opened this issue Nov 14, 2023 · 1 comment
Closed

Create @sentry/react-native/expo for simple plugin import #3393

krystofwoldrich opened this issue Nov 14, 2023 · 1 comment
Assignees

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Nov 14, 2023

Add cleaner Expo Plugin import.

Current:

app.config.js

const { withSentry } = require('@sentry/react-native/plugin/build/withSentry');
const config = {name: 'my app',};
module.exports = withSentry(config, {...});

Future:

app.config.js

const { withSentry } = require('@sentry/react-native/expo');
const config = {name: 'my app',};
module.exports = withSentry(config, {...});
@krystofwoldrich
Copy link
Member Author

Done by #3429

@github-project-automation github-project-automation bot moved this from Needs Review to Done in [DEPRECATED] Mobile SDKs Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant