Skip to content

Commit 06a5083

Browse files
authored
Merge pull request #338 from Countly/deprecated-correction
Deprecation number fix
2 parents 175a592 + 7adfa3c commit 06a5083

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)