Using Sentry + Expo on a Bare project

I’m building a new project, and I’m incorporating Sentry into it. The project is pretty much fresh, just created an EAS account and add some regular, non-native dependencies from expo. This is a Typescript project.

I’m trying to configure Sentry to work with my Expo project.

“expo”: “~48.0.18”,
@sentry/react-native”: “^4.15.2”,
“sentry-expo”: “~6.2.0”,

When running the sentry wizard, seems that there are issues and no changes are made in the project at all, besides creating a few sentry.properties files. I can do a manual setup with no problems, but how can I automate it for my EAS builds?