Skip to content

Commit

Permalink
Mark user_agent field as deprecated in LabelerInput proto. (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
wliue authored Nov 7, 2024
1 parent ca83e49 commit 9657a8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/proto/wfa/virtual_people/common/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ message LabelerInput {
// Required. When this event occurs in microseconds since epoch.
optional int64 timestamp_usec = 2;

// TODO(@wliue): Deprecate user_agent when all usages are migrated.
// User agent string. Labeler uses this to compute device type.
optional string user_agent = 3;
optional string user_agent = 3 [deprecated = true];

// Geo data.
optional GeoLocation geo = 4;
Expand Down

0 comments on commit 9657a8e

Please sign in to comment.