Soham
Soham
Bump? Has anyone found a solution for this?
> For me, `StatusBar` ended up being totally unreliable. The only thing that worked was to listen to layout events with a root view; however, that also needed extra care...
Any other info? How are you making the request? any error other error thrown? are permissions correctly set?
Excited for this addition 👍
Bumping this
`The react native project is not compiling right now.` What's the error? Working for me
Just curious how the Sentry team prioritizes GH issues -- Is this on y'alls radar as a to-do item, or waiting for more thumbs ups/community feedback?
Bumping this
Also looking out for this
We've been using `date.toString()` instead of toISOString. ``` const options = { startDate: startDate.toString(), endDate: endDate.toString(), ...dataTypeParams.additionalOptions, }; ```