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

Switch repository to monorepo setup #3700

Open
Tracked by #3728
krystofwoldrich opened this issue Mar 21, 2024 · 0 comments
Open
Tracked by #3728

Switch repository to monorepo setup #3700

krystofwoldrich opened this issue Mar 21, 2024 · 0 comments

Comments

@krystofwoldrich
Copy link
Member

Description

Currently, we have 7 different packages, in the repository, which makes managing dependencies complex and incompatible with Dependabot, which opens separate PRs for every single package.

Switching to monorepo setup will make the repository easier to manage.

  • One PR for the dep update by dependabot
  • One yarn install to download all dependencies
  • One command to build all package
  • The same for lint

The production package:

  • / (@sentry/react-native)

Dev packages:

  • /samples/expo
  • /samples/react-native
  • /test/e2e
  • /test/typescript/ts3.8
  • /test/perf/TestAppPlain
  • /test/perf/TestAppSentry
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