public interface BrowserMonitoringConfig
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getDisabledAutoPages()
A set of pages which should be disabled for auto rum.
|
java.lang.String |
getLoaderType()
The type of loader to send.
|
boolean |
isAllowMultipleFooters()
False means return a RUM footer only once per transaction.
|
boolean |
isAutoInstrumentEnabled()
If the auto_instrument property is
true, Real User Monitoring instrumentation is added
automatically. |
boolean |
isDebug()
We plan to use this setting to control whether non-minified JS should be sent for debugging purposes.
|
boolean |
isSslForHttp()
True forces the use of HTTPS instrumentation on HTTP pages.
|
boolean |
isSslForHttpSet()
True if this field sslForHttp is explicitly set.
|
boolean isAutoInstrumentEnabled()
true, Real User Monitoring instrumentation is added
automatically.true if auto instrumentation is enabledjava.util.Set<java.lang.String> getDisabledAutoPages()
java.lang.String getLoaderType()
boolean isDebug()
boolean isSslForHttp()
boolean isSslForHttpSet()
boolean isAllowMultipleFooters()