Matej Šnuderl

Results 57 comments of Matej Šnuderl

Sentry's tracing automatically tracks custom metrics emitted through performance API. I wish DataDog would do the same.

@sighphyre @thomasheartman is there any plan to merge/release this, or https://github.com/Unleash/unleash-client-rust/pull/27 in near future? This is currently blocking us from using unleash in a rust project. Can publish a new...

@sighphyre thanks for the context. I think it wouldn't be as bad if the SDK worked and just ignored those constraints and treat them as a noop, but the fact...

Hey @sighphyre as promised circling back to check if there is a plan to prioritise this soon/this week? If not that's fine and we will work-around the issue for now.

@Tymek thanks for the reply. I'm particularly interested in the `Pages Router`. While cache-control would help with the load on BE, its still a network roundtrip, which will add at...

> You can use caching on SSR. [(docs)](https://nextjs.org/docs/pages/building-your-application/data-fetching/get-server-side-props#caching-with-server-side-rendering-ssr). Downside is that if you are returning definitions from there to the client, you will expose your configuration. You can filter toggles...

> I don't think that will run as expected on Cloudflare/Vercel etc. I'll experiment with it later this week. And again, if you have any user-land implementations, sharing it will...