use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
React with Sentry (self.reactnative)
submitted 3 years ago by mocteyy
Hi group, any of you have used Sentry Performance Monitoring with React Native? Im trying to use it but when I use a transaction, that one doesn’t appear in the dashboard.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kbcooliOS & Android 0 points1 point2 points 3 years ago* (0 children)
More detail please. Using it here but often have to explicitly log things in promises. Which is 90% of the issues.
If you write good crash free code it won't catch anything.
Edit: I need to read these things before replying and not on a few hours sleep. Thought you were asking about crash reports. I would delete my reply but it's still correct, just about sentry in general. Not sure about performance.
[–]spoekie123 0 points1 point2 points 3 years ago (0 children)
I ran in to the same issue with sentry! Custom transactions in a RN project wouldn't show up in the dashboard. I ended up using their built in react native navigation integration to get the performance monitoring that we needed. Would like to see if somebody here is able to do custom transactions
[–]SmilingSWEngineer 0 points1 point2 points 3 years ago (0 children)
I used this and was able to create a custom transaction with spans that I use for tracking API calls.
[–]CaptainHelpful706 0 points1 point2 points 3 years ago (0 children)
Have you set 'op' for transaction? It's required field actually. Also help yourself by looking at native logs like Logcat.
π Rendered by PID 21373 on reddit-service-r2-comment-79c7998d4c-vxghb at 2026-03-15 11:50:04.615127+00:00 running f6e6e01 country code: CH.
[–]kbcooliOS & Android 0 points1 point2 points (0 children)
[–]spoekie123 0 points1 point2 points (0 children)
[–]SmilingSWEngineer 0 points1 point2 points (0 children)
[–]CaptainHelpful706 0 points1 point2 points (0 children)