Skip to content

Commit 678496e

Browse files
authored
Merge branch 'master' into SER-2264-cannot-load-event-data-when-theres-an-escaped-character-in-all-events-list
2 parents 2b83fd0 + 827069e commit 678496e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Fixes:
77
Dependencies:
88
- Bump sass from 1.81.0 to 1.83.1
99
- Bump countly-sdk-nodejs from 24.10.0 to 24.10.1
10+
- Bump countly-sdk-web from 24.11.2 to 24.11.3
1011
- Bump express-rate-limit from 7.4.1 to 7.5.0
1112
- Bump puppeteer from 23.10.4 to 23.11.1
1213

frontend/express/views/dashboard.html

+3
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,9 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
19741974

19751975
//track javascript errors
19761976
Countly.track_errors();
1977+
1978+
//display in app messages
1979+
Countly.content.enterContentZone();
19771980

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

package-lock.json

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)