-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
I've for a while wanted a way to "profile"/"track" all queries and writes from my app in a trivial way.
If there was a way to enable this, say mongodb.track=true in the `php.ini` that would automatically add $comment with __FILE__:__LINE__ of the executing script, that'd be pretty cool.