utils.tsx 105 B

1234
  1. export enum ProcessingType {
  2. STACK_UNWINDING = 'stack_unwinding',
  3. SYMBOLICATION = 'symbolication',
  4. }