Try it free

Settings API - Frontend-backend linking schema table

  • Published Jul 13, 2026

Frontend-backend linking (builtin:rum.web.frontend-backend-linking)

Configure frontend-backend linking via W3C trace context.

Schema IDSchema groupsScope
builtin:rum.web.frontend-backend-linking-
APPLICATION - Web application
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.frontend-backend-linking

Authentication

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.

Parameters

PropertyTypeDescriptionRequired
Enable frontend-backend linking via W3C trace context
enabled
boolean

When enabled, the RUM JavaScript includes the W3C trace context in XHR and Fetch requests.

Required
Cross-origin URL pattern
crossOriginUrlPattern
text

Specify a regular expression to match Fetch and XHR URLs for cross-origin requests. When the pattern matches, the traceparent and tracestate request headers are added to link the request with backend traces.

Important: Endpoints must implement CORS handling that allows the traceparent and tracestate request headers. Otherwise, requests will fail and break your application!

Optional