You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add options to encode stack information into an array (#39)
close#35
This PR add options to encode stack information into an array.
- If `exc_info_as_array` is True (Defualt: False), formatter encode
`exc_info` into an array.
- If `stack_info_as_array` is True (Defualt: False), formatter encode
`stack_info` into an array.
### Test plan
- run tests
---------
Co-authored-by: Nicholas Hairs <[email protected]>
0 commit comments