Skip to content

Commit

Permalink
Merge pull request #5901 from Countly/ar2rsawseen/master
Browse files Browse the repository at this point in the history
Add in app messaging
  • Loading branch information
ar2rsawseen authored Jan 10, 2025
2 parents f33f3ef + f53a477 commit 1fde7c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/express/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,9 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam

//track javascript errors
Countly.track_errors();

//display in app messages
Countly.content.enterContenZone();

if (Countly.report_trace && window.performance && window.performance.timing) {
$(window).on( "load", function(){
Expand Down

0 comments on commit 1fde7c2

Please sign in to comment.