nightingale-monorepo
Preparing search index...
nightingale-sentry/src
Options
Interface Options
interface
Options
{
getBreadcrumbCategory
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
string
;
getBreadcrumbType
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
string
;
getTags
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
Record
<
string
,
string
>
;
getUser
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
User
;
shouldSendAsBreadcrumb
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
,
)
=>
boolean
;
shouldSendAsException
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
boolean
;
}
Index
Properties
get
Breadcrumb
Category?
get
Breadcrumb
Type?
get
Tags?
get
User?
should
Send
As
Breadcrumb?
should
Send
As
Exception?
Properties
Optional
get
Breadcrumb
Category
getBreadcrumbCategory
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
string
Optional
get
Breadcrumb
Type
getBreadcrumbType
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
string
Optional
get
Tags
getTags
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
Record
<
string
,
string
>
Optional
get
User
getUser
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
undefined
|
User
Optional
should
Send
As
Breadcrumb
shouldSendAsBreadcrumb
?:
<
T
extends
Metadata
>
(
record
:
LogRecord
<
T
>
)
=>
boolean
Optional
should
Send
As
Exception
shouldSendAsException
?:
<
T
extends
MetadataWithError
>
(
record
:
LogRecord
<
T
>
,
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Breadcrumb
Category
get
Breadcrumb
Type
get
Tags
get
User
should
Send
As
Breadcrumb
should
Send
As
Exception
nightingale-monorepo
Loading...