Questions tagged [rum]
28 questions
1
vote
2 answers
Dynatrace: what is the meaning of srv in dtCookie Cookie set by UEM
I have a website where UEM is activated.
It adds this cookie:
Set-Cookie: dtCookie==3=srv=6=sn=XXXXXXXXXXXXXXXXXXXXXX=perc=100000=ol=0=mul=1; Path=/; Domain=.foo.com
I would like to know the meaning of srv.
Is it a number for server or something…

Yution Lio
- 224
- 2
- 14
1
vote
1 answer
A Rum's component rendering in the REPL fails by TypeError
When I try to render any Rum's component right in the REPL it fails with the following error message. What am I doing wrong? Is any workaround exists?
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript…

Aleksei Sotnikov
- 633
- 4
- 15
1
vote
1 answer
Gracefully Pause or Resume SVG Animation using Rum or Reagent in ClojureScript
How do you pause a running SVG animation using element inside an SVG without losing the animation state?
Setting animation-play-state: paused; on either the animating element, or the parent element has no effect. Changing the…

Petrus Theron
- 27,855
- 36
- 153
- 287
1
vote
1 answer
Why is first paint happening before HTML starts downloading?
I'm collecting data using the Navigation Timing API.
Specifically, these four metrics:
// Time spent during redirection
var redirectTime = performance.timing.redirectEnd - performance.timing.redirectStart;
// DNS query time
var lookupDomainTime =…

crenshaw-dev
- 7,504
- 3
- 45
- 81
0
votes
0 answers
elastic RUM & APM Traces are not having same trace id
I came across the issue where I am not getting same trace id for RUM & APM transaction.
E.g., I initiate the transaction "add product to basket" and I get the transaction detail in APM (service - clothing) & RUM (service - clothing-rum) both but the…

pratiksha tiwari
- 21
- 3
0
votes
0 answers
How to send datadog the content of a JavaScript event through RUM
I am only starting on DataDog, and what I want to accomplish is adding a few data to the events that DD_RUM collects. More specifically, I would like to sent to datadog the entire event object of any user triggered action from a React application. I…

Pelicer
- 1,348
- 4
- 23
- 54
0
votes
0 answers
Elastic RUM for iframe sites
I work for a business that has a somewhat old and outdated website with iframes in iframes. We are looking at establishing monitoring for that site, such that we know which pages have a long load time. For that we are trying to set up an Elastic RUM…

bjar-bjar
- 737
- 1
- 8
- 21
0
votes
1 answer
DataDog send custom data from RUM
I need to send the screen resolution from the user's device through DataDog.
As it is easy to get window.screen.width and window.screen.height values, I have no clear idea how to send the values. My idea is to send a custom action:
import {…

DVA
- 33
- 5
0
votes
1 answer
XCode Distributing app failure with error: "Found an unexpected mach-o header code". Using carthage
App builds and runs without any problem. I Can archive the app but when I try to distribute for testing I get error: "Found an unexpected mach-o header code: 0x0987654"
When I digged deep in the console dump, I noticed warnings that I assume they…

div-ane
- 41
- 7
0
votes
1 answer
Datadog: enabling RUM allowedTracingOrigins raises CORS errors
I tried to connect RUM with backend traces. In react SPA application I setup a datadog-rum and enabled allowedTracingOrigins option for it, after that our fetch and xhr requests to API started to fail.
How to connect RUM and backend traces properly?

Dr.eel
- 1,837
- 3
- 18
- 28
0
votes
1 answer
How to monitor user clicks with APM React
I'm using ElasticSearch APM RUM in a React application.
Now, I already integrated the APM to the router, so that I can see the route-change transactions in Kibana.
Now I want to track user clicks on a specific button, to see, for example, how many…

baruchiro
- 5,088
- 5
- 44
- 66
0
votes
1 answer
See very long BoomerangJS t_done times with `rt.t_start` and `rt.end` being equal
We are using Boomernang JS for our RUM instrumentation. It works well when http.initiator == spa_hard. However, when measuring http.initiator == spa (ie. soft loads) we will often see values for t_done (page load times) being in the area of…

silverdagger
- 1,124
- 13
- 37
0
votes
0 answers
Log boomerang parameters
I have been trying to implement real user monitoring for my website using boomerang JS. I used an old version of boomerang JS that sent the beacon requests using request type as "GET", but using the new version of boomerang it sends data using a…

AndroidMech
- 1,676
- 3
- 20
- 31