This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-02
Channels
- # announcements (1)
- # asami (89)
- # aws (10)
- # babashka (41)
- # beginners (71)
- # calva (25)
- # cider (3)
- # clj-kondo (65)
- # cljdoc (15)
- # cljs-dev (3)
- # cljsrn (8)
- # clojure (56)
- # clojure-europe (44)
- # clojure-italy (1)
- # clojure-nl (2)
- # clojure-uk (48)
- # clojured (7)
- # clojurescript (17)
- # conjure (6)
- # cursive (3)
- # datomic (9)
- # emacs (11)
- # events (3)
- # fulcro (3)
- # helix (3)
- # honeysql (7)
- # hugsql (6)
- # introduce-yourself (2)
- # jobs (2)
- # kaocha (4)
- # luminus (1)
- # nrepl (2)
- # off-topic (10)
- # pathom (7)
- # philosophy (3)
- # polylith (27)
- # reagent (18)
- # reitit (3)
- # remote-jobs (7)
- # reveal (3)
- # shadow-cljs (9)
- # slack-help (5)
- # tools-deps (9)
- # vim (48)
Hi, I have run into a problem with my RN app that is happening on only 1 phone (app crashes hard, no error message what so ever). When I run locally with the same account (we are still in the testing phase) no problems. And when running a debug build no problems either.
I have tried to add http://BugSnag.com to the app. but then the app won't even start đ
I was going to suggest some sort of service that allows you send the logs to. Which youâve already tried with BugSnag. So maybe try something âplainâ, which doesnât pull in a lot of dependencies, some log capturing service where you can just simply HTTP POST the logs. Or alternatively, connect your device with the cable to your dev machine and watch the logs that way.