instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

reportingUrl is missing when using Instana::Helpers.eum_snippet #152

Closed eliten00b closed 5 years ago

eliten00b commented 5 years ago

I have the this snippet in the application template of my rails app.

::Instana::Helpers.eum_snippet('super-secret-id')

But when I check on the Instana Websites dashboard for my application there is an alert that the reportingUrl is missing in my code snipped, and yes if I check the HTML it is missing. How I get the reportingUrl along with the snippet?

pglombardo commented 5 years ago

Hi @eliten00b we just released gem 1.10.2. Could you give this a try again with this latest gem?

https://github.com/instana/ruby-sensor/releases/tag/1.10.2

pglombardo commented 5 years ago

This is confirmed as working so I'm going to close this issue but if anything remains, please feel free to open another issue.