Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Removes Cross Env | 2021-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 Tags | 2021-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 Issues | 2021-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 log | 2020-12-30 | -0/+1 | |
| | ||||
* | Update index.tsx | 2020-12-30 | -1/+2 | |
| | ||||
* | Disable tracing integration | 2020-10-12 | -4/+0 | |
| | ||||
* | Fix tests | 2020-10-12 | -0/+4 | |
| | ||||
* | Remove pointless comment | 2020-10-12 | -3/+0 | |
| | ||||
* | Report release information to Sentry | 2020-10-08 | -0/+1 | |
| | ||||
* | Render the Sentry error boundary | 2020-10-08 | -1/+9 | |
| | ||||
* | Enable Sentry in production | 2020-10-06 | -0/+13 | |
| | ||||
* | Update console logs | 2020-10-06 | -1/+1 | |
| | ||||
* | Remove duplicate logging of user agent | 2020-09-28 | -1/+0 | |
| | ||||
* | Add logs to identify environment info for bug reports | 2020-09-28 | -0/+14 | |
| | ||||
* | Initial commit | 2020-09-28 | -1/+0 | |
| | ||||
* | Initialize project using Create React App | 2020-09-27 | -0/+17 | |