Skip to content

krystofwoldrich/sentry-expo-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-expo-sample-app

This is simple app example to show how sentry-expo works step by step, look into the commits.

How this app was created?

The process is simple, create initial app, install sentry-expo and additional modules. Then add Sentry.init to your app and if you want source maps add postPublishHook.

npx create-expo-app sentry-expo-sample-app

npx expo install sentry-expo
npx expo install expo-application expo-constants expo-device expo-updates @sentry/react-native

How to build the app locally

We are using eas-cli. To build apk that we can install to our simulator add preview in eas.json.

yarn global add eas-cli
eas login
eas build:configure
eas build --platform android --local --profile preview
# eas build --platform ios --local --profile preview

How to build in Expo

eas build -p android --profile preview
# eas build -p ios --profile preview

About

This is an example app showing step by step committed changes of how to add sentry-expo to your `create-expo-app`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published