package sentry

  1. Overview
  2. Docs

Module Sentry.SdkSource

https://docs.sentry.io/clientdev/attributes/#required-attributes

Sourcetype t = private {
  1. name : string;
  2. version : string;
  3. integrations : Core_kernel.String.Set.t;
}
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval make : name:string -> version:string -> ?integrations:Core_kernel.String.Set.t -> unit -> t
Sourceval default : t
Sourceval to_payload : t -> Sentry__.Payloads_t.sdk_info
OCaml

Innovation. Community. Security.