Skip to content

Commit b4fbeea

Browse files
committed
fixes
1 parent dd7f079 commit b4fbeea

File tree

1 file changed

+3
-3
lines changed
  • content/en/real_user_monitoring/application_monitoring/browser/setup

1 file changed

+3
-3
lines changed

content/en/real_user_monitoring/application_monitoring/browser/setup/client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ After completing initialization, confirm that the SDK is sending data to Datadog
350350
```javascript
351351
DD_RUM.getInternalContext()
352352
```
353-
If the SDK is initialized, this returns an object containing your `application_id` and `session_id`. If it returns `undefined`, the SDK hasnt initialized — check that your init snippet runs before this console call and that `clientToken` and `applicationId` are correct.
353+
If the SDK is initialized, this returns an object containing your `application_id` and `session_id`. If it returns `undefined`, the SDK hasn't initialized. Confirm that your init snippet runs before this console call and that `clientToken` and `applicationId` are correct.
354354

355-
4. In the **Network** tab, filter requests by `rum` or `browser-intake`. You should see POST requests to the Datadog intake endpoint after interacting with the page (clicking, navigating). If you dont see these requests:
356-
- Confirm that `site` matches your Datadog organizations site (for example, `datadoghq.eu` for EU customers).
355+
4. In the **Network** tab, filter requests by `rum` or `browser-intake`. You should see POST requests to the Datadog intake endpoint after interacting with the page (clicking, navigating). If you don't see these requests:
356+
- Confirm that `site` matches your Datadog organization's site (for example, `datadoghq.eu` for EU customers).
357357
- Check whether your Content Security Policy blocks requests to `*.datadoghq.com` or `*.browser-intake-datadoghq.com`. See [CSP configuration][6] for the required directives.
358358

359359
#### View your data in Datadog

0 commit comments

Comments
 (0)