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

RUM Manual JavaScript tag (jsTagComplete) fails

bhantol2c
Frequent Guest

I inserted 

 

JavaScript tag (jsTagComplete) in my index.html that was provided/generated in my dynatrace Web application

 

<script
type="text/javascript"
crossorigin="anonymous"
></script>
 
My app runs at a different domain (apps.redacted.redacted.com) but same subdomain.
The Javascript is fetched fine with 200 (no cors etc error).
 
Then it makes a xhr POST
 
 
and fails with 404
Because apps.redacted.redacted does not host /rb_223cc1d7-7ac5-407e-aee0-f60bf83ff6ec and whats with the path / ?
 
How to fix this ? What am I doing wrong ?
1 REPLY 1

sorin_zaharov
Helper

Hi,

You need to configure it at Application level. Go to your application > ... > Edit > Capturing > Advanced settings and under Specify path where JavaScript tag should send monitoring data: you should put the actual path/fullURL where the beacon should report the data to.

Hope this helps!

Cheers!

Sorin Z

Featured Posts