Commit 3d98b0e
committed
fix(analytics): actually put amount properties in asProperties maps
Fiat.asProperties() and LocalFiat.asProperties() built pairs with bare
`to` expressions inside buildMap without put(), so the resulting maps
were empty and every transfer/onramp/wallet event was sent to Mixpanel
without Fiat/Currency/USDC/Quarks (and Exchange Rate/Mint) properties.1 parent de4766b commit 3d98b0e
1 file changed
Lines changed: 8 additions & 8 deletions
File tree
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments