You can search for identifiers within the package.
in-package search v0.2.0
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