Skip to content

Commit

Permalink
Merge pull request #2720 from justinaray/fedramp-browser-endpoint-edi…
Browse files Browse the repository at this point in the history
…t-clarification

Update fedramp browser copy/paste instructions
  • Loading branch information
urbiz-nr committed Jun 17, 2021
2 parents 190b195 + 776cac1 commit defd1cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,12 @@ To edit environment variables, use these values:

### Browser agent [#browser-endpoints]

To configure the browser agent to use a FedRAMP-compliant endpoint, you must use the [copy-paste method](/docs/browser/browser-monitoring/installation/install-browser-monitoring-agent/#copy-paste-app) method (other browser agent install methods are not supported) and edit the browser code’s script element tag so that the domain is `gov-bam.nr-data.net` for both `beacon` and `error_beacon`, like this:
To configure the browser agent to use a FedRAMP-compliant endpoint, you must use the [copy-paste method](/docs/browser/browser-monitoring/installation/install-browser-monitoring-agent/#copy-paste-app) method (other browser agent install methods are not supported) and edit the browser code’s script element tag so that the domain is `gov-bam.nr-data.net` for both `beacon` and `errorBeacon`, like this:

```
window.NREUM||(NREUM={});NREUM.info={"beacon":"gov-bam.nr-data.net","errorBeacon":"gov-bam.nr-data.net"...
```
Note: You only need to modify the `beacon` and `errorBeacon` properties in the `NREUM.info` object. These values will override the default values found in the NR loader script.

## Data-ingest APIs [#data-ingest-apis]

Expand Down

0 comments on commit defd1cf

Please sign in to comment.