[#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…
Reference in New Issue