You can search for identifiers within the package.
in-package search v0.2.0
https://docs.sentry.io/clientdev/attributes/#required-attributes
type t = private {
name : string;
version : string;
integrations : Core_kernel.String.Set.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val make : name:string -> version:string -> ?integrations:Core_kernel.String.Set.t -> unit -> t
val default : t
val to_payload : t -> Sentry__.Payloads_t.sdk_info