Skip to content

Commit da0bc29

Browse files
Update CountlyHealthTracker.m
1 parent 84d0633 commit da0bc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CountlyHealthTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ - (NSURLRequest *)healthCheckRequest {
207207
}]];
208208

209209
queryString = [queryString stringByAppendingFormat:@"&%@=%@", @"metrics", [self dictionaryToJsonString:@{
210-
kCountlyAppVersionKey: CountlyDeviceInfo.appVersion
210+
CLYMetricKeyAppVersion: CountlyDeviceInfo.appVersion
211211
}]];
212212

213213
queryString = [CountlyConnectionManager.sharedInstance appendChecksum:queryString];

0 commit comments

Comments
 (0)