Soham

Results 31 comments of Soham

> 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?

`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?

We've been using `date.toString()` instead of toISOString. ``` const options = { startDate: startDate.toString(), endDate: endDate.toString(), ...dataTypeParams.additionalOptions, }; ```