Skip to content

Commit bcd5366

Browse files
atrakhConvex, Inc.
authored andcommitted
remove analytics (#25238)
GitOrigin-RevId: 0b55ecc7e49c223696bedddac2fd49d026f6a649
1 parent ff664ac commit bcd5366

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/common/src/http/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,6 @@ mod metrics {
164164
#[allow(clippy::declare_interior_mutable_const)]
165165
pub const APPLICATION_JSON_CONTENT_TYPE: HeaderValue = HeaderValue::from_static("application/json");
166166

167-
#[allow(clippy::declare_interior_mutable_const)]
168-
pub const GOOGLE_ANALYTICS_CLIENT_ID: HeaderName =
169-
HeaderName::from_static("google-analytics-client-id");
170-
171167
#[derive(Debug, PartialEq, Eq)]
172168
pub struct HttpRequest {
173169
pub headers: HeaderMap,

0 commit comments

Comments
 (0)