You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server-utils): Match firestore lite across firebase build layouts
firebase >=12.8 (firestore >=4.10) moved addDoc/getDocs/setDoc/deleteDoc
into a hash-named shared chunk, so orchestrion's exact-path filePath match
no longer hit them and no firestore spans were emitted. Use a RegExp
filePath matching both the old `index.node.*` and new `common-<hash>.node.*`
chunks. Also align the functions span op assertion with `function.firebase`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments