For CDN async setup: Early RUM API calls must be wrapped in the window.DD_RUM.onReady() callback. This ensures the code only gets executed once the SDK is properly loaded.
window.DD_RUM.onReady()
See CDN async setup for further information.
Version of the Logs browser SDK
For CDN async setup: Early RUM API calls must be wrapped in the
window.DD_RUM.onReady()
callback. This ensures the code only gets executed once the SDK is properly loaded.See CDN async setup for further information.