Closed
Description
Related issues
[REQUIRED] Version info
**node:**20.11.1
**firebase-functions:**5.0.1
**firebase-tools:**13.5.2
**firebase-admin:**12.1.0
[REQUIRED] Test case
In a onDocumentWritten Cloud Function V2 in the logs panel when clicking "Show entries from this trace", only one log is shown.
[REQUIRED] Steps to reproduce
Deploy a onDocumentWritten Cloud function gen2, trigger it by changing a document in firestore.
Go to logs
Find the corresponding log
click "Show entries from this trace"
[REQUIRED] Expected behavior
In Cloud function v1 it was very easy to group them by ExecutionID, this is no longer possible in V2
Issue #1331 suggested "Show entries from this trace" howevert this is showing only that specific log, not all the other logs related to that execution
[REQUIRED] Actual behavior
Only one log is showing
Were you able to successfully deploy your functions?
Yes