Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Bug 1455439 - Update telemetry-ios to v1.1.0 (#3837)
Browse files Browse the repository at this point in the history
* Bug 1455439 - Update telemetry-ios to v1.1.0

* Fixed Cartfile.resolved
  • Loading branch information
justindarc authored and farhanpatel committed Apr 19, 2018
1 parent 2f96ff4 commit 072be40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Expand Up @@ -13,5 +13,5 @@ github "mozilla-mobile/Fuzi" "master"
github "SwiftyJSON/SwiftyJSON" "3.1.4"
github "farhanpatel/JSONSchema.swift" "master"
github "google/EarlGrey" "1.12.1"
github "mozilla-mobile/telemetry-ios" "v1.0.12"
github "mozilla-mobile/telemetry-ios" "v1.1.0"
github "mozilla-mobile/MappaMundi" "master"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Expand Up @@ -13,5 +13,5 @@ github "SwiftyJSON/SwiftyJSON" "3.1.4"
github "farhanpatel/JSONSchema.swift" "1c052b83baa8c497e12cde6a8afca0f54574612f"
github "google/EarlGrey" "1.12.1"
github "rs/SDWebImage" "4.1.0"
github "mozilla-mobile/telemetry-ios" "v1.0.12"
github "mozilla-mobile/telemetry-ios" "v1.1.0"
github "mozilla-mobile/MappaMundi" "0b4f70e2feb941f4d56bd9e27e408d4300656a87"
1 change: 0 additions & 1 deletion Client/Telemetry/UnifiedTelemetry.swift
Expand Up @@ -44,7 +44,6 @@ class UnifiedTelemetry {
let sendUsageData = profile.prefs.boolForKey(AppConstants.PrefSendUsageData) ?? true
telemetryConfig.isCollectionEnabled = sendUsageData
telemetryConfig.isUploadEnabled = sendUsageData
telemetryConfig.scheduleUpload = .foregrounded

telemetryConfig.measureUserDefaultsSetting(forKey: "profile.blockPopups", withDefaultValue: true)
telemetryConfig.measureUserDefaultsSetting(forKey: "profile.saveLogins", withDefaultValue: true)
Expand Down

0 comments on commit 072be40

Please sign in to comment.