Skip to content

Commit

Permalink
Bug 1894939: add bugs for not supported common_ping_data features
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahbruno authored and chutten committed May 6, 2024
1 parent 1a7cb7f commit da7a7fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions glean/src/core/pings/common_ping_data.ts
Expand Up @@ -16,8 +16,20 @@ export default interface CommonPingData {
readonly reasonCodes?: string[];

// Currently NOT IMPLEMENTED.
//
// NOTE: There are specific bugs for implementing each of these features. If
// these features are implemented later, please move the property out of the
// "NOT IMPLEMENTED" section and remove the bug.

// https://bugzilla.mozilla.org/show_bug.cgi?id=1895297
readonly preciseTimestamps?: boolean;

// https://bugzilla.mozilla.org/show_bug.cgi?id=1895299
readonly includeInfoSections?: boolean;

// https://bugzilla.mozilla.org/show_bug.cgi?id=1895300
readonly enabled?: boolean;

// https://bugzilla.mozilla.org/show_bug.cgi?id=1895302
readonly schedulesPings?: string[];
}

0 comments on commit da7a7fd

Please sign in to comment.