Values.DeobfuscationConfigurationSourceA structure that contains the configuration for how an app monitor can deobfuscate stack traces.
type nonrec t = {javaScriptSourceMaps : JavaScriptSourceMaps.t option;A structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DeobfuscationS3Uri.t ])
list ])
list ]