Skip to content

Crashlytics 💥 in react native 📱 using Sentry

Notifications You must be signed in to change notification settings

vaibhavpadalia/react-native-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry (React Native)

Steps:

  • npm install --save react-native-sentry
  • react-native link

Create your account on sentry: https://sentry.io/auth/login/

Start a new project on sentry for react native. Then add following lines to your index.js

import { Sentry } from "react-native-sentry";
Sentry.config("YOUR KEY").install();

Now in order to check whether sentry is configured explicitly throw an error and check it on the Sentry dashboard.

Example - On crash

Example - To log events on basis of their severity

About

Crashlytics 💥 in react native 📱 using Sentry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published