Skip to content
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

Warn when multiple version of Sentry's JS SDK are used in RN project #3769

Open
krystofwoldrich opened this issue Apr 19, 2024 · 0 comments
Open

Comments

@krystofwoldrich
Copy link
Member

Description

Sentry RN SDK depends on a specific version of Sentry's JS SDK, but nothing prevents user to install some of the JS packages with different versions.

Installing Sentry JS package is valid use case in monorepos with web apps and also for extending the RN SDK functionality.

But if incorrect version is installed it might lead to unexpected behaviour.

We can check this during bundling process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant