cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enforce enabling RUM for specific user

nima_samsami_ex
Participant

Hi,

We are measuring about 30% of our user with rum but we want to measure our selenium user each time it runs. At the moment it happens often, that the Test user ist not measured.

How can you enforce measuring the specifi user?


Greets,

Nima

2 REPLIES 2

bobby_crumley
Dynatrace Mentor
Dynatrace Mentor

Hi Nima

When you enable RUM capture limits, there is no way to ensure a specific user is tracked. The way I've gotten around this in the past is turning on 100% capture during the hours of the test and then disabling it. This takes a much more active approach to monitoring around the test, but ensures the whole test is captured, as well as the specific user. In my case we only tested for 3 hours, hopefully you don't need to run this test for days.
The other option could be to enable capture, force that test user to execute (if possible) and then after execution is complete, reduce back to 30%.


Hope this helps!

Bob

zietho
Dynatrace Champion
Dynatrace Champion

One way:

  • use 100%
  • enable user "opt-in" mode
  • use the js api to opt-in only for users that you want to include (e.g. your test users)

Featured Posts