Skip to content

/AWS1/CL_RUMJAVASCRIPTSRCMAPS

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/RUMDEOBFUSCATIONSTATUS /AWS1/RUMDEOBFUSCATIONSTATUS

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.

Optional arguments:

iv_s3uri TYPE /AWS1/RUMDEOBFUSCATIONS3URI /AWS1/RUMDEOBFUSCATIONS3URI

The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.


Queryable Attributes

Status

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.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

S3Uri

The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value