(event: Event)
| 57 | } |
| 58 | |
| 59 | function getFirstException(event: Event): Exception | undefined { |
| 60 | return event.exception?.values?.[0]; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Extracts either message or type+value from an event that can be used for user-facing logs |
no outgoing calls
no test coverage detected