Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = private {
type_ : string;
description : string option;
help_link : string option;
handled : bool option;
data : string Core_kernel.String.Map.t;
}
val make :
type_:string ->
?description:string ->
?help_link:string ->
?handled:bool ->
?data:string Core_kernel.String.Map.t ->
unit ->
t
val to_payload : t -> Sentry__.Payloads_t.mechanism