Mark Paine

Results 7 comments of Mark Paine

> I believe if you want to properly initialise the Sentry SDK via only using the Serilog config, you must set `InitializeSdk` to true. On top of that, if you...

> Also could you please set `"Debug": true` so we can see in the logs what the SDK is doing? ``` Environment is Development Loading Development Serilog AppSettings Config From:...

It seems that if I just include an empty configuration block for Sentry: "Sentry": { "Dsn": "", // Set via serilog }, The problem still occurs, and the Serilog config...

Thanks for taking the time to explain the issue, and that now makes sense in regards to the competing calls to `SentrySdk.Init`. That explains to me, why including a call...

Your Toro library @eneim suffers from thread locking and slow performance when scrolling the recycler. Particularly when you fling the RecyclerView. In my own testing, I have found that using...

I have also found that you can further increase performance by using a TextureView instead of SimpleExoPlayerView, and only create one TextureView object instead of one per viewholder. In your...

Just an update to TextureView re-use in RecyclerView, it seems to be quite buggy when removing a TextureView from it's parent and moving it to a new View. If you...