React Native
Introduction 👋
Platform
Native Crashes
JS Error Reporting
Requirements 📋
Installation 🏗️
npx expo install @bugsplat/expoConfiguration ⚙️
{
"expo": {
"plugins": [
["@bugsplat/expo", {
"database": "your-database",
"enableSymbolUpload": true
}],
["expo-build-properties", {
"android": {
"minSdkVersion": 26
}
}]
]
}
}Plugin Options
Option
Required
Description
Usage 🧑💻
Initialization
Reporting Errors
Error Boundary
User Info
Attributes
Symbol Upload 📦
Testing Native Crashes 🧪
Troubleshooting 🔧
Android: Crashes not uploading on emulator
iOS: No crash report after test crash
Last updated
Was this helpful?
