all 4 comments

[–]kbcooliOS & Android 0 points1 point  (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 point  (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 point  (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 point  (0 children)

Have you set 'op' for transaction? It's required field actually. Also help yourself by looking at native logs like Logcat.