Skip to content

Commit

Permalink
feat: supports allowedTracingUrls in Datadog RUM init
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Nov 4, 2024
1 parent ed9d64c commit 560cc85
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 54 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ There are a number of variables you can set to configure RUM logging in Datadog.
- `DATADOG_LOGS_SESSION_SAMPLE_RATE`: (**Optional**) How many sessions should we capture logs from. This has cost implictions, so if you don't have unique needs, copy the most common setting you see in prior art.
- `DATADOG_PRIVACY_LEVEL`: (**Optional**) The privacy masking setting used for session replays. Defaults to masking all content. [For legal values, see Datadog's session privacy docs](https://docs.datadoghq.com/real_user_monitoring/session_replay/privacy_options).
- `DATADOG_ENABLE_PRIVACY_FOR_ACTION_NAME`: (**Optional**) Whether all action names should be masked with a placeholder value; used in conjunction with `DATADOG_PRIVACY_LEVEL`.
- `DATADOG_ALLOWED_TRACING_URLS`: (**Optional**) A JSON-stringified list of strings representing custom allowed tracing urls for Datadog RUM.
- `DATADOG_HAS_DEFAULT_ALLOWED_TRACING_URLS`: (**Optional**) Whether to configure Datadog RUM with default allowed tracing urls (i.e., `['*.edx.org']`). Note: `DATADOG_ALLOWED_TRACING_URLS` takes precedence, if set.
Loading

0 comments on commit 560cc85

Please sign in to comment.