Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Sentry.EventSourcehttps://docs.sentry.io/clientdev/attributes/
type t = private {event_id : Uuidm.t;timestamp : Core_kernel.Time.t;logger : string option;platform : Platform.t;sdk : Sdk.t;level : Severity_level.t option;culprit : string option;server_name : string option;release : string option;environment : string option;modules : string Core_kernel.String.Map.t;extra : Yojson.Basic.json Core_kernel.String.Map.t;fingerprint : string list option;exception_ : Exception.t list option;message : Sentry__.Message.t option;}val make :
?event_id:Uuidm.t ->
?timestamp:Core_kernel.Time.t ->
?context:Context.t ->
?tags:(string * string) list ->
?logger:string ->
?platform:Platform.t ->
?sdk:Sdk.t ->
?level:Severity_level.t ->
?culprit:string ->
?fingerprint:string list ->
?message:Sentry__.Message.t ->
?exn:Exception.t list ->
unit ->
t