Starting with React Native 0.80 (June 2025), InteractionManager had been deprecated and marked for removal in a future release.
However, the Datadog SDK docs still mention the async initialization (that uses InteractionManager) as a viable option:
https://docs.datadoghq.com/real_user_monitoring/application_monitoring/react_native/advanced_configuration#initializing-asynchronously
InitializationMode.ASYNC should be deprecated or updated to use an alternative API such as requestIdleCallback.
Starting with React Native 0.80 (June 2025),
InteractionManagerhad been deprecated and marked for removal in a future release.However, the Datadog SDK docs still mention the async initialization (that uses
InteractionManager) as a viable option:https://docs.datadoghq.com/real_user_monitoring/application_monitoring/react_native/advanced_configuration#initializing-asynchronously
InitializationMode.ASYNCshould be deprecated or updated to use an alternative API such asrequestIdleCallback.