sentry-vir - v4.4.0
Preparing search index...
handleError
Function handleError
handleError
(
error
:
unknown
,
eventOptions
?:
PartialWithUndefined
<
{
attachments
:
readonly
Attachment
[]
;
context
:
JsonCompatibleObject
;
tags
:
{
[
key
:
string
]:
Primitive
}
;
throttle
:
_RequireOneOrNone
;
}
,
>
,
)
:
string
|
undefined
Record an error to Sentry without throwing it.
Parameters
error
:
unknown
Optional
eventOptions
:
PartialWithUndefined
<
{
attachments
:
readonly
Attachment
[]
;
context
:
JsonCompatibleObject
;
tags
:
{
[
key
:
string
]:
Primitive
}
;
throttle
:
_RequireOneOrNone
;
}
,
>
Returns
string
|
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
sentry-vir - v4.4.0
Loading...
Record an error to Sentry without throwing it.