Quickstart Guide
Welcome to Sentry Build Workshop
Follow this guide to get up and running with the Unborked Mobile application.
Prerequisites
- XCode and the IOS simulator installed
- Expo CLI installed
Additionally, you’ll need a Sentry account to follow along with the error monitoring portions of this workshop:
- Sign up for a free Sentry.io if you don’t already have an account
Setup Instructions
-
Clone the repository
Terminal window git clone https://github.com/codyde/sentry-build-unborked -
Navigate to the project directory
Terminal window cd sentry-build-unborked -
Install dependencies
Terminal window npm i --forcenpx expo run:ios
What’s Available After Setup
Once you’ve completed the setup, you’ll have access to:
- Unborked on IOS - A React Native / Expo application
- The application running on an IOS simulator within XCode
- Error tracking and monitoring capabilities
- Replay functionality to diagnose user issues
- Performance monitoring tools
This setup allows you to explore all the workshop modules, including error monitoring, session replays, performance tracking, and AI-powered fixes with Sentry.
Next Steps
Once your environment is running, head to the Configuring Sentry module to start learning how to identify and fix errors using Sentry.