Can anyone explain the log message:
[correlation.CurlExecInterceptor] framework detected, but BT is still WEB, not correlating
Reporting is unaffected, but I'm wondering if I'm missing some detail while this error is being logged.
It's a Symfony 3.4 app on PHP 7.1.
Thanks in advance.
Steve
Hi Steve,
This message is completely normal. What this is saying is that during the time before we've identified your Symfony transaction, we can't yet send out the information to a downstream agent. This means that these HTTP exit calls will not correlate. If you would like these calls to have correlation, you can disable the PHP MVC transaction detection. In that case you'd have the BT discovered based on URL.
Please let us know if you have any further questions or concerns.
Regards,
Kyle
Hi Steve,
This message is completely normal. What this is saying is that during the time before we've identified your Symfony transaction, we can't yet send out the information to a downstream agent. This means that these HTTP exit calls will not correlate. If you would like these calls to have correlation, you can disable the PHP MVC transaction detection. In that case you'd have the BT discovered based on URL.
Please let us know if you have any further questions or concerns.
Regards,
Kyle