Hi,
I've got Sentry running in prod for my Elixir LiveView web app.
We tend to burn through our session replays quite quickly so wanted to drop the sample rate for non-errors
I can find how to set it up for Javascript: https://docs.sentry.io/platforms/javascript/session-replay
But was hoping to get some insight into how best to do it with Elixir since the SDK doesn't mention it.
Thanks!