Values.JavaScriptSourceMapsSourceA structure that contains the configuration for how an app monitor can unminify JavaScript error stack traces using source maps.
type nonrec t = {status : DeobfuscationStatus.t;Specifies whether JavaScript error stack traces should be unminified for this app monitor. The default is for JavaScript error stack trace unminification to be DISABLED.
*)s3Uri : DeobfuscationS3Uri.t option;The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DeobfuscationS3Uri.t ]) list ]