-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Sentry.io error reporting #237
Comments
We will also want to instrument the app itself - this gives insight into on-device errors and may be more useful in this project than server-side logs : https://docs.sentry.io/platforms/react-native/#install |
changes are pushed to branch |
* #237 Sentry server side install and basic init * Format/lint * Conditionally init Sentry SDK * Testing printing DSN * Don't set an invalid SENTRY_DSN * remove debugging printf * Remove Sentry note from README- not needed for development --------- Co-authored-by: Jimmi <[email protected]> Co-authored-by: Francis Li <[email protected]>
Post in #intentional-walk-dev-chatter with an email address to be invited to our project in Sentry.io.
Then, integrate the Python/Django error reporting code as per their getting started guide.
https://sfcivictech.sentry.io/projects/intentional-walk-server/getting-started/?product=performance-monitoring&product=profiling
The text was updated successfully, but these errors were encountered: