Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

Nice, yeah it is my intent, so any Mobile related topic would be interesting to catch up on. I'll take a look at https://github.com/open-feature/ofep/issues/34 as well. I'll get some time...

@toddbaert ups sorry, missed this thread really. I'll take a look over the weekend, hold on.

@toddbaert Sorry for the delay, looks good to me, I like the concept of Static and Dynamic contexts. One thing that I am missing, or just didn't get it yet....

Gotcha, that makes sense, the difference is that with openfeature, you have to do the `stickiness` algo yourself, but usually feature flag providers already have this built-in in the SDK,...

@toddbaert I see, yeah I wasn't thinking about that, if people are writing providers that wrap their own SDKs, makes sense. Alright then, we are good. Left a bit of...

We can consider replacing our approach with this API when its available at runtime, for back compatibility, we can use ours instead. The API gives more insights as its able...

@bruno-garcia was that supposed to be closed?

Good catch @krystofwoldrich so at the end, `fetch` forwards to iOS native, and then Sentry swizzling is able to detect it. The fix is more complex tho because we want...

`Sentry.lastEventId()` isn't persisted for hard crashes, you are correct. IIRC `lastEventId` is persisted on Android and iOS, maybe we can leverage the RN bits for that, I'll check it.

If it's done right, it still makes sense IMO, eg when a new route is called, it's technically a new widget/screen. The question is if it's possible to determine the...