nrUpdateConfig

Syntax

nrUpdateConfig(nr as Object, config as Object) as Void

Description

Updates configuration, such as network proxy URL.

Arguments

Arguments

Description

nr

New Relic Agent object.

config

Configuration object.

Return

Nothing.

Example

config = { proxyUrl: "http://example.com:8888/;" }
nrUpdateConfig(m.nr, config)