iOS: Tracing feature is enabled, but no Tracer
is registered. The Tracing integration with Logging will not work.
#280
Labels
bug
Something isn't working
I'm seeing the warning,
Tracing feature is enabled, but no 'Tracer' is registered. The Tracing integration with Logging will not work.
when debugging an iOS application with the logging verbosity set to verbose. We are not seeing this warning on Android.I found a reference to this warning in a react native ticket which may offer a little more insight: https://github.com/datadog/dd-sdk-reactnative/issues/135?ref=https://coder.social
What is the cause of this warning and how can it be resolved? Any help is greatly appreciated. Thank you for all of your help so far!
Our DataDog initialization use case is the following:
We're also using the
DatadogNavigationObserver
within ourMaterialApp
configuration and ourInitializeDataDog
use case is invoked before theMaterialApp
widget is built.Describe what you expected:
I'm not expecting to avoid seeing a warning that tracing will not work.
Additional context
datadog_tracking_http_client: ^1.1.0
The text was updated successfully, but these errors were encountered: