extractStack
extractStack(
error):string|null
Defined in: packages/core/src/observe/categorize.ts:78
Extracts a stack string from a thrown value. Returns null for non-Error
throws that have no stack.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”string | null