Skip to content

Commit c4baabc

Browse files
committed
Merge branch 'staging' of https://github.com/Countly/countly-sdk-react-native-bridge into fix-ios-sdk
2 parents c31a838 + 06a5083 commit c4baabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Countly.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ declare module "countly-sdk-react-native-bridge/CountlyConfig" {
12201220
enableParameterTamperingProtection(tamperingProtectionSalt: string): CountlyConfig;
12211221

12221222
/**
1223-
* @deprecated in 24.1.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
1223+
* @deprecated in 24.4.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
12241224
*
12251225
* Method to enable application performance monitoring which includes the recording of app start time.
12261226
*/

CountlyConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class CountlyConfig {
131131
}
132132

133133
/**
134-
* @deprecated in 24.1.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
134+
* @deprecated in 24.4.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
135135
*
136136
* Method to enable application performance monitoring which includes the recording of app start time.
137137
*/

0 commit comments

Comments
 (0)