Skip to content

Commit

Permalink
Add in app messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 10, 2025
1 parent 60563a4 commit ab9d0d3
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 ab9d0d3

Please sign in to comment.