Skip to content

Commit

Permalink
Bug 1945884 - Remove explicit usage-reporting mapping to Glean baseli…
Browse files Browse the repository at this point in the history
…ne ping
  • Loading branch information
travis79 authored Feb 4, 2025
1 parent 6357359 commit 37b8366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firefox-ios/Client/Telemetry/TelemetryWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ class TelemetryWrapper: TelemetryWrapperProtocol, FeatureFlaggable {
// Initialize Glean telemetry
let gleanConfig = Configuration(
channel: AppConstants.buildChannel.rawValue,
logLevel: .off,
pingSchedule: ["baseline": ["usage-reporting"]]
logLevel: .off
)
glean.initialize(uploadEnabled: sendUsageData,
configuration: gleanConfig,
Expand Down

0 comments on commit 37b8366

Please sign in to comment.