Skip to content

Commit

Permalink
Clear marks after pageRendered event
Browse files Browse the repository at this point in the history
  • Loading branch information
jsntv200 committed Oct 28, 2014
1 parent c792829 commit bf76155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/angular-ra-newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
function pageLoad() {
newrelicTiming.mark('pageRendered');
newrelicTiming.sendNRBeacon(path);
newrelicTiming.marks = {};
}

// ngRoute
Expand Down

0 comments on commit bf76155

Please sign in to comment.