Closed ehennum closed 4 years ago
The signatures might be similar to:
beforeQuery(timestamp) → {queryBuilder.Query} afterQuery(timestamp) → {queryBuilder.Query}
where timestamp is an unsigned long stated as a string, emitting
{"before-query":{"timestamp":"..."}} {"after-query":{"timestamp":"..."}}
respectively.
See server bug 50902 for the details.
When this work gets done, please don't forget to notify TechPubs. Probably Eleanor Tesoro, but if in doubt, let Jane M. know.
Tests are running fine.
The signatures might be similar to:
where timestamp is an unsigned long stated as a string, emitting
respectively.
See server bug 50902 for the details.