digitransit-ui
digitransit-ui copied to clipboard
WIP: Update sentry
This does not work yet. These changes were made in attempt to fix a memory leak that our current sentry version has with node 10 but this didn't fix it alone. We should probably first update other dependencies so that we can upgrade node to at least 12 if not 14. Also the browser sentry initialization does not work with these changes yet. We should probably try using @sentry/react instead of @sentry/browser.
Proposed Changes
- Update sentry dependencies
Pull Request Check List
- A reasonable set of unit tests is included
- Console does not show new warnings/errors
- Changes are documented or they are self explanatory
- This pull request does not have any merge conflicts
- All existing tests pass in CI build
- Code coverage does not decrease (unless measured incorrectly)
Review
- Read and verify the code changes
- Test the functionality by running the UI locally with all popular browsers available in your platform
- Check that the implementation matches the design, when such one is defined in a Jira issue
- Merge the pull request