Skip to content

Migrate Expo Configuration Plugin #3263

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 Aug 31, 2023 · 1 comment · Fixed by #3391
Closed

Migrate Expo Configuration Plugin #3263

krystofwoldrich opened this issue Aug 31, 2023 · 1 comment · Fixed by #3391

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Aug 31, 2023

The goal is to move Expo Config Plugin from sentry-expo to sentry-react-native.

@krystofwoldrich
Copy link
Member Author

Released in https://github.com/getsentry/sentry-react-native/releases/tag/5.16.0

const { withSentry } = require('@sentry/react-native/expo');

const config = {...};

module.exports = withSentry(config, {
  url: 'https://sentry.io/',
  project: 'project-slug', // Or use SENTRY_PROJECT env
  organization: 'org-slug', // Or use SENTRY_ORG env
});

@github-project-automation github-project-automation bot moved this from In Progress to Done in [DEPRECATED] Mobile SDKs Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant