Page MenuHomePhabricator

Add breadcrumbs to hockey app to improve debugging
Closed, DeclinedPublic

Description

The new SDK supports bread crumbing to help with debugging

To support this:

  1. Create a new class WMFMetrics
  2. Move the logic from the Piwik category into this class
  3. Move Piwik init from app delegate in this class
  4. Move HockSDK init to this class
  5. In the logging methods migrated from the piwik category, also call the event methods on Hockey

Event Timeline

JMinor subscribed.

Could be higher priority if we get uptick in mystery crashing again.