aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Removes Cross EnvGravatar Hassan Abouelela2021-02-03-4/+4
| | | | | | | | Webpack released support for passing node-env as an argument, meaning we no longer need cross-env to define environment variables. Other usages of cross-env were also removed. Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Sentry Release TagsGravatar Hassan Abouelela2021-01-21-0/+5
| | | | | | | Adds tags for sentry release, either containing the PR number or branch name. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Preexisting Linting IssuesGravatar Hassan Abouelela2021-01-03-35/+37
| | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]>
* Add context console logGravatar Joe Banks2020-12-30-0/+1
|
* Update index.tsxGravatar Joe Banks2020-12-30-1/+2
|
* Disable tracing integrationGravatar Joe Banks2020-10-12-4/+0
|
* Fix testsGravatar Joe Banks2020-10-12-0/+4
|
* Remove pointless commentGravatar Joe Banks2020-10-12-3/+0
|
* Report release information to SentryGravatar Joe Banks2020-10-08-0/+1
|
* Render the Sentry error boundaryGravatar Joe Banks2020-10-08-1/+9
|
* Enable Sentry in productionGravatar Joe Banks2020-10-06-0/+13
|
* Update console logsGravatar Joe Banks2020-10-06-1/+1
|
* Remove duplicate logging of user agentGravatar Joe Banks2020-09-28-1/+0
|
* Add logs to identify environment info for bug reportsGravatar Joe Banks2020-09-28-0/+14
|
* Initial commitGravatar Joe Banks2020-09-28-1/+0
|
* Initialize project using Create React AppGravatar Joe Banks2020-09-27-0/+17