Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Consolidate error logging #4263

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Consolidate error logging #4263

merged 1 commit into from
Nov 26, 2021

Conversation

speigg
Copy link
Member

@speigg speigg commented Nov 25, 2021

Summary

Some errors were being caught in try/catch blocks, displayed in a toast, and never printed to the console; now we pass entire error objects to AlertService.dispatchAlertError(err) where the errors can be logged consistently.

Checklist

  • Pre-push checks pass npm run check
    • Linter passing via npm run lint
    • Unit & Integration tests passing via npm run test:packages
    • Docker build process passing via npm run build-client
  • If this PR is still a WIP, convert to a draft
  • When this PR is ready, mark it as "Ready for review"
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewers

References

References to pertaining issue(s)

Reviewers

@HexaField @speigg @NateTheGreatt

@HexaField HexaField merged commit 406dffb into dev Nov 26, 2021
@HexaField HexaField deleted the consolidate-error-logging branch November 26, 2021 21:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants