dcsil / dream-team

Team repository for Dream Team
https://dreamtune-cdf8a.web.app/auth/login
0 stars 1 forks source link

Integrate Sentry Into the React Firebase App #149

Closed RyanMarten closed 4 years ago

RyanMarten commented 4 years ago

Acceptance Criteria: Learn how to use Sentry Add Sentry to the App See if it works with the production app

RyanMarten commented 4 years ago

Setup details here: https://docs.sentry.io/platforms/javascript/react/

Product details here: https://sentry.io/for/react/

RyanMarten commented 4 years ago

It also suggests using error boundaries, which is something I don't understand and we can look at later.

https://docs.sentry.io/platforms/javascript/react/#error-boundaries

RyanMarten commented 4 years ago
Screen Shot 2020-03-15 at 9 05 22 AM

Example error worked and is displayed in Sentry. Going to take it out, but it demonstrates the functionality.