Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

error_monitoring.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

Flank Error Monitoring

Flank uses Bugsnag to monitor test runner stability. Bugsnag enables data driven decisions when prioritizing bug fixes.

Data Captured

Bugsnag captures the following error data:

Flank

  • Stacktrace
  • releaseStage of Flank (production or snapshot)
  • version of Flank (git commit Flank was built from)

Device

  • hostname
  • locale
  • osArch
  • osName
  • osVersion
  • runtimeVersions of Java

Disable Bugsnag

Flank respects the same analytics opt out as gcloud CLI.

echo "DISABLED" > ~/.gsutil/analytics-uuid

More information

To see how Bugsnag is integrated within the Flank project please see the Flank Bugsnag testcase and the actual Bugsnag implementation