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

RUM - Excluding Internet Explorer sessions through desktop and mobile.

Peter_Youssef
Leader

Pros:

  • Enables Dynatrace admin team, excluding the unwanted monitoring signals from Internet Explorer Browsers.

It's configurable through:

  • The Settings UI and API as well.

Tip:

  • As a cluster admin or Dynatrace platform admin with the attached privileges you will be able to apply the required configurations on the monitored apps easily.

Peter_Youssef_0-1730207643833.png

  • You can access the monitored web applications either the current configured or to configure new Applications through any of the available options.

Peter_Youssef_1-1730207643385.png

OR

Peter_Youssef_2-1730207643570.png

(1)

Peter_Youssef_3-1730207643874.png

(2)

Peter_Youssef_4-1730207643994.png

(3)

Peter_Youssef_5-1730207643571.png

(4)

2024-10-29_17h10_13.png

(5)

Peter_Youssef_6-1730207794287.png

Via Rest API

Peter_Youssef_7-1730207794569.png

Peter_Youssef_8-1730207794577.png

Update

🛩-------------------------------------------------------------------------------------------------✈️

curl 'https://xyz.com/e/env_ID/api/v2/settings/objects' \
-X POST \
-H 'Accept: application/json; charset=utf-8' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'Authorization: Api-Token ACCESS_TOKEN' \
-d $'[{"schemaId":"builtin:rum.web.browser-exclusion","schemaVersion":"1.1.1","scope":"APPLICATION-ID","value":{"browserExclusionList":[{"browserName":"INTERNET_EXPLORER","versionComparator":"GREATER_OR_EQUAL","version":0,"platform":"ALL"}],"browserExclusionInclude":true}}]'

Required token scope: 

  • settings.write 🕯

     

🛫---------------------------------------------------------------------------------------------------🛬

Hoping it's beneficial

KR,

Peter.

:internet_explorer::dynaspin:

0 REPLIES 0

Featured Posts