- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2018 03:46 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2018 11:53 AM
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
Thanks,
Kyle Furlong, Technical Lead (C++ and Dynamic Languages)