Skip to content

Commit

Permalink
Merge pull request #27 from acmutd/Sentry-comments
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
Tegasaur authored Mar 17, 2021
2 parents fa4be38 + c27df78 commit 586b7a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ import Loading from "./views/Message/Loading";
import { RecoilRoot as GlobalState } from "recoil";
import Error from "./views/Message/Error";

/*
Sentry Initialization:
Sentry acts to organize error reports in an intuitive fashion.
It is a catch all that records most issues that take place in
your application on the sentry dashboard. The set up for sentry in this application is
seen below. For more info go to:
ACM Sentry how to guide: https://docs.google.com/document/d/1jD4rd2_0TvC2RyjU3XNs1HudUsQBH8kBFLHsKOEvPgc
Sentry docs: https://docs.sentry.io/
*/

Sentry.init({
dsn: process.env.REACT_APP_SENTRY_DSN,
autoSessionTracking: true,
Expand Down

0 comments on commit 586b7a0

Please sign in to comment.