The plugins API is unstable and experimental, and may change without
notice. Please use only plugins provided by Datadog matching the version of the SDK you are
using.
onInit may abort the SDK initialization by returning (or resolving to) false. All plugins'
onInit are called concurrently and independently; a Promise defers the actual initialization
until it resolves, but does not delay any other plugin's onInit call.
Plugin interface of the RUM browser SDK.
The plugins API is unstable and experimental, and may change without notice. Please use only plugins provided by Datadog matching the version of the SDK you are using.
onInitmay abort the SDK initialization by returning (or resolving to)false. All plugins'onInitare called concurrently and independently; a Promise defers the actual initialization until it resolves, but does not delay any other plugin'sonInitcall.