referrers.tsx 222 B

12345
  1. export enum Referrer {
  2. OVERVIEW_SCREENS_TABLE = 'api.performance.module.ui.screen-table',
  3. MOBILE_UI_BAR_CHART = 'api.performance.mobile.ui.bar-chart',
  4. SPAN_OPERATION_TABLE = 'api.performance.mobile.ui.span-table',
  5. }