Sentry Expo Integration

Hello. I have integrated Sentry in an expo app following the details described in the documentation. The app is unejected. At runtime, I get error: cannot find property revisionId of undefined when running Sentry.init({
dsn: “myDSNhere”,
enableInExpoDevelopment: true,
debug: true
});
In app.json I have configured only “version”. How can I solve this issue ?