dd-trace-php
dd-trace-php copied to clipboard
DD_DBM_PROPAGATION_MODE=full config
Where can i find the setting for DD_DBM_PROPAGATION_MODE=full in php tracing? The only thing the documentation says is that it should be set as an environment variable but no mention about how it can be set in a config file??
https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm/?tab=php
Hey @boelter-ecomm-it,
https://docs.datadoghq.com/tracing/trace_collection/library_config/php/#database-monitoring
shows you the INI name to toggle it at runtime, i.e. ini_set("datadog.dbm_propagation_mode", "full");.
Hi
Version: 1.6.4
I have set env DD_DBM_PROPAGATION_MODE=full on my app but i don’t have trace