Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…t-native-bridge into fix-ios-sdk
  • Loading branch information
turtledreams committed Apr 17, 2024
2 parents c31a838 + 06a5083 commit c4baabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Countly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ declare module "countly-sdk-react-native-bridge/CountlyConfig" {
enableParameterTamperingProtection(tamperingProtectionSalt: string): CountlyConfig;

/**
* @deprecated in 24.1.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
* @deprecated in 24.4.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
*
* Method to enable application performance monitoring which includes the recording of app start time.
*/
Expand Down
2 changes: 1 addition & 1 deletion CountlyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CountlyConfig {
}

/**
* @deprecated in 24.1.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
* @deprecated in 24.4.0 : use 'countlyConfig.apm' interface instead of 'config.enableApm'.
*
* Method to enable application performance monitoring which includes the recording of app start time.
*/
Expand Down

0 comments on commit c4baabc

Please sign in to comment.