mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
[#3694] Ignore mixpanel/track http error when offline
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
49a53645fb
commit
e34b187b85
@ -29,7 +29,7 @@
|
||||
props)})))
|
||||
|
||||
(defn track [id label props]
|
||||
(http/get (build-url id label props)))
|
||||
(http/get (build-url id label props) nil identity))
|
||||
|
||||
;; Mixpanel events definition
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user