Module Values.DeobfuscationConfigurationSource

A structure that contains the configuration for how an app monitor can deobfuscate stack traces.

Sourcetype nonrec t = {
  1. javaScriptSourceMaps : JavaScriptSourceMaps.t option;
    (*

    A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.

    *)
}
Sourceval make : ?javaScriptSourceMaps:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of DeobfuscationS3Uri.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t