Like most products, we get a ton of sign up page views, that don’t result in anyone signing up.
I want to exclude those from session replay recording. What is the best way to do that, to only start recording after sign up has been completed or after some point after sign up has been completed? It's not clear to me how to accomplish this without needing to add manual toggling of this in our codebase for session replay with `amplitude.add('sessionReplayTracking')` and `amplitude.remove('sessionReplayTracking')`
I would've expected an easier way to do this like with auto event capture: specifying some rules on paths that recording should not begin if a session starts there.
Am i missing something?