Syntax
nrUpdateConfig(nr as Object, config as Object) as Void
Description
Updates configuration, such as network proxy URL.
Arguments
Arguments | Description |
---|---|
| New Relic Agent object. |
| Configuration object. |
Return
Nothing.
Example
config = { proxyUrl: "http://example.com:8888/;" } nrUpdateConfig(m.nr, config)