David Colburn
David Colburn
I'm trying to get prometheus to report recovered panics, but it seems it doesn't work, regardless of middleware order. Simple example: ``` opts := []grpc.ServerOption{ grpc_middleware.WithStreamServerChain( grpc_recovery.StreamServerInterceptor(), grpc_prometheus.StreamServerInterceptor, ), grpc_middleware.WithUnaryServerChain(...
Before: `gstcefsrc.SetProperty("chrome-extra-flags", "disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees")` ``` Adding switch with value disable-features=site-per-process Adding flag TranslateUI Adding flag BlinkGenPropertyTrees ``` After: `gstcefsrc.SetProperty("chrome-extra-flags", "disable-features=site-per-process|TranslateUI|BlinkGenPropertyTrees")` ``` Adding switch with value disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees ```
There's no option to display participant names, and `identity` might be a private user id and therefore shouldn't be used. This also applies to the react app (https://github.com/livekit/livekit-react/blob/master/src/components/ParticipantView.tsx#L75).
Would be convenient to have a tool for conversion (maybe in livekit-cli?)
# Bug report - [✔] I confirm this is a bug with Supabase, not with my own application. - [✔] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...