builtin:rum.web.frontend-backend-linking)Configure frontend-backend linking via W3C trace context.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:rum.web.frontend-backend-linking | - | APPLICATION - Web application |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Enable frontend-backend linking via W3C trace contextenabled | boolean | When enabled, the RUM JavaScript includes the W3C trace context in XHR and Fetch requests. | Required |
Cross-origin URL patterncrossOriginUrlPattern | text | Specify a regular expression to match Fetch and XHR URLs for cross-origin requests. When the pattern matches, the Important: Endpoints must implement CORS handling that allows the | Optional |