Commit 9eb1210
authored
Fix firelog send (#6855)
Fix where we generate and send session details to firelog. Before this,
we might send false positives to firelog, or even update the session
details with a stale copy. Now the session generate and send to firelog
happen inside the datastore transform with the data in datastore.1 parent 21ddec3 commit 9eb1210
File tree
1 file changed
+2
-4
lines changed- firebase-sessions/src/main/kotlin/com/google/firebase/sessions
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
99 | 96 | | |
| 97 | + | |
| 98 | + | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments