Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need info on Angular SPA support #66

Open
gmtjlmartin opened this issue Jan 22, 2018 · 1 comment
Open

Need info on Angular SPA support #66

gmtjlmartin opened this issue Jan 22, 2018 · 1 comment

Comments

@gmtjlmartin
Copy link

I have an Angular SPA app that fires off several service requests to backend quasi-REST services for a single user activity. If I find a way to embed the stagemonitor web widget into my index.html such that it works, then will stagemonitor report individually on all the activities that were dispatched from the SPA client to the server for a single logical user event. For example displaying one very important view in my SPA will fire off calls to 3 different (AJAX) back-end REST service requests concurrently call them A,B, and C . Will stagemonitor allow a developer to easily recognize and monitor that the loading of this "logical" page in the SPA was composed by calls to several services. Would a developer be able to monitor profiling metrics for each call A,B,and C?

@felixbarny
Copy link
Member

The developer would see the call trees and metrics of the calls A, B and C but there currently is no way to easily see that these calls stem from one page transition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants