aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Disable StrictMode for ReactGravatar Joe Banks2024-07-11-17/+15
|
* Wrap application in Redux Provider with new storeGravatar Joe Banks2024-07-10-1/+6
|
* Reconfigure Sentry with new featuresGravatar Joe Banks2024-07-10-4/+24
|
* Remove unused linting ignoresGravatar Joe Banks2024-07-10-2/+1
|
* Bump React To 18.2.0Gravatar Hassan Abouelela2022-06-18-6/+9
| | | | | | | | | | | | Bump react to v18, and handle all the breaking changes. This includes bumping a lot of other dependencies to versions which support react 18, and handling the breaking changes for those. Refer to the following documents for migration guides: React: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html Router: https://reactrouter.com/docs/en/v6/upgrading/v5 Signed-off-by: Hassan Abouelela <[email protected]>
* 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