AppInsights - Logging the Network tab - performance

I've been asked to get something similar to the waterfall like report that can be found in most browsers network tabs.
We have the End-to-End Transactions report in App Insights, which is close, but for the pageViews section I am only seeing the AJAX dependencies. What about all the other categories like XHR/JS/CSS/Img/Media/Font/Doc/WS/Manifest/Other (As seen in Chrome network tab filters)?
I was looking at this snippet a JS and realized this may be everything in the network tab. window.performance.getEntries()
I'm wondering if its an advisable endeavour to try and log all these other categories as dependencies to App Insights?
Thoughts,
Devin

I'm able to see the css/js in Performance blade, screenshot as below:
Please correct me if I'm misunderstanding.
And you'd better provide your sample code and screenshot about your portal, then I will continue on it.

Related

Is it possible to embed pages from Sentry.io to another Website?

Currently, I have a Sentry.io account and push errors to the dashboard interface.
I was wondering if the following is possible:
Take the pages on the existing Sentry.io dashboard
Embed some of the panels and pages in a page on a custom website
Errors and interface would appear the same way on the custom website
Can interact with the interface and errors in the same way in terms of viewing sub-tabs and sub-pages
I'm primarily interested in the:
Projects tab and navigate to subtabs like Project Details and individual errors
Issues tab and the ability to search and view errors
Thank you.
Just came across Sentry a few weeks ago. According to the API documentation, it states the ability to GET, PUT/POST, and DELETE data even from Projects. So I think your API will allow you to push alerts to your site and if the site is interactive, you should be able to make changes( e.g. resolve issues) and it will also reflect on Sentry.
Keep in mind that the data coming from the API is unstructured, you might need to streamline what you want to show on your site depending on how your site is designed.
I am not sure if I am able to help in some way. I am also open to learning if you are able to discover how to do it or if I am wrong.

How do I Implement Form Analytics tracking in Decibel Insight?

I wish to implement form analytics in Decibel Insight, a heatmapping and browser replay tool.
I built the following test page:
https://rocketmaps.co.uk/decibel-insight-test-page-1/
Please note the markup that has been added.
In terms of the example test page, from memory, I think the form ID having spaces could potentially be an issue - although it's a while since I've dug into the form tracking! You can also typically dig into the data being sent back via web sockets in the browser console.
There's some useful documentation here on form tagging for Decibel.

Why does my Linkedin share button not work?

I want to create a share button for Linkedin, the GUI button is all set up, but it doesn't work when clicking it. I researched a bit and came to the conclusion that using the same sharing mechanism, other sites work but mine doesn't.
I narrowed the problem down and now I'm trying to figure out why google.com works but my site doesn't. I don't use my real company website because it's personal information, but it's a website that has been on the internet for more than 10 years (in case this information is useful). When I go to the links, my website throws an error, but Google works fine.
Ⓧ https://www.linkedin.com/cws/share/?url=https://www.my-company-website.com
〇 https://www.linkedin.com/cws/share/?url=https://www.google.com
Is there any pre-requisite I'm missing, which makes my site not work?
I realized my server was blocking Linkedin (to reduce traffic from Linkedin bots). That's why it wasn't working.
As hint: I was working on closed webpage (for outside users) and that also causing problems with Linkedin share button.
Hint 2: Website uses Lets Encrypt! SSL and information mentioned here is a fake news https://wordpress.org/support/topic/linkedin-share-button-not-working-3/ Work's fine!
If you ever get stuck on trying to figure out why your page simply doesn't populate nice preview data on your LinkedIn share page, then check out the LinkedIn Post Inspector.
Insert the URL of your page (i.e., example.com), not the URL you are using to share (i.e., linkedin.com/share?url=example.com). You'll get detailed information on how your site will appear and why, like, for instance, sharing wikipedia.org...
Hope this helps someone else with a LinkedIn share issue!

Google Developers Console API page not loading

In my Google Developers Console I cannot open APIs Page. Its shows Failed to load error and if i enable any other API using through links like (https://cloud.google.com/compute/docs/autoscaler/#loadbalancingsetup) means it shows Server error. I tried to open the APIs page in different browsers and i have already waited 48 hours.!
My name is Nikita and I'm a representative of Google Cloud Platform Support. It looks like you were affected by a transient issue affecting a limited number of projects.
We thank you for your patience and apologize for any inconvenience it may caused.
For those encountering this again, please discard this being a browser issue (incognito without extensions) and feel free to report as a public issue here or, if you need to include any PII, as a private issue here.

Google in-page analytics doesn't work in my ASP.NET MVC 3 Razor website

We've recently launched a new website http://atlascode.com and since the launch I've been unable to get in-page analytics working on the website. Google also claims that my tracking code is not working but I think this is a misnomer.
Whenever I attempt to load in-page analytics I receive the error:
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google.
If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly.
-ENDS-
I've simply copy and pasted the tracking code on to the website and haven't done anything out of the ordinary. I've also checked to make sure that under Web Property Settings my Web property name and default URL is atlascode.com.
Any ideas you guys have really would be welcomed.
EDIT: Added screenshot of Google Analytics error http://min.us/mdqlrhj
Thanks in advance
Simon
Well there's whole buncha people in the web complaining about the same issue.
I've noticed something funny.
Most of developers love to exclude Analytics tracking code for logged in administrators and trying to check out In-Page Analytics while they're logged in. So there's really no any ga.js.
In my experience, this occurred when I hadn't set my default URL to exactly match the URL set in the profile.
Matt
P.S. Someone beat me to your source!
Got the same problem on Magento Enterprise, but solution was pretty simple: GA code just need to be placed before <head> tags. After this simple fix In-Page tracking works perfectly.
Update
Also, be sure you have no framekiller installed in your site.

Resources