Coder Social home page Coder Social logo

Comments (7)

andreas-marschke avatar andreas-marschke commented on May 27, 2024 1

@praveenkonduru Is this issue still relevant? Could you resolve the issue for yourself?

from boomerang.

bluesmoon avatar bluesmoon commented on May 27, 2024

This is an experimental feature, but you can try it now with the code from github.

  1. In the method where you make your AJAX request, add this code:
    if(typeof BOOMR !== "undefined") { var req_timer = BOOMR.requestStart("some-tag"); }
  2. In the method that gets called when your AJAX request returns, add this code:
    if(typeof req_timer !== "undefined") { req_timer.loaded(); }

This should fire a beacon when you call req_timer.loaded(). Let me know if it doesn't work correctly, or even if it does, if you have any feedback.

from boomerang.

praveenkonduru avatar praveenkonduru commented on May 27, 2024

Thanks Peter
Appreciate your early reply on that.
I think i am trying some thing on the similar lines.We are planning to use Boomerang for our app for performance metrics.I am doing a POC for our app. Our app is built using angualr.js I tried on that initially but did not work, the reason being, i am injecting the scripts in the views/partials based out of the boomerang documentation. but they are not working may be because the way angular works. I tried on web to find an example to find some thing or some one using boomerang with angular js but i could not find any info. Any light on this or an example or direction would be a great help..

from boomerang.

bluesmoon avatar bluesmoon commented on May 27, 2024

My name is not Peter ;)

Post your source code.

from boomerang.

bluesmoon avatar bluesmoon commented on May 27, 2024

sorry, I don't see any code in your earlier comment. can you post a link to it?

from boomerang.

bluesmoon avatar bluesmoon commented on May 27, 2024

sorry, if I can't see the problem, I cannot suggest a solution.

from boomerang.

bluesmoon avatar bluesmoon commented on May 27, 2024

maybe put the code on dropbox or some other server and paste a link here.

from boomerang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.