@mozilla/glean
Advanced tools
Comparing version 2.0.2 to 2.0.3
export const GLEAN_SCHEMA_VERSION = 1; | ||
export const GLEAN_VERSION = "2.0.2"; | ||
export const GLEAN_VERSION = "2.0.3"; | ||
export const PING_INFO_STORAGE = "glean_ping_info"; | ||
@@ -4,0 +4,0 @@ export const CLIENT_INFO_STORAGE = "glean_client_info"; |
@@ -187,2 +187,7 @@ import { CLIENT_INFO_STORAGE, KNOWN_CLIENT_ID } from "../constants.js"; | ||
})(Glean || (Glean = {})); | ||
window.Glean = { | ||
setLogPings: Glean.setLogPings, | ||
setDebugViewTag: Glean.setDebugViewTag, | ||
setSourceTags: Glean.setSourceTags | ||
}; | ||
export default Glean; |
export declare const GLEAN_SCHEMA_VERSION = 1; | ||
export declare const GLEAN_VERSION = "2.0.2"; | ||
export declare const GLEAN_VERSION = "2.0.3"; | ||
export declare const PING_INFO_STORAGE = "glean_ping_info"; | ||
@@ -4,0 +4,0 @@ export declare const CLIENT_INFO_STORAGE = "glean_client_info"; |
@@ -82,2 +82,11 @@ import type { ConfigurationInterface } from "../config.js"; | ||
} | ||
declare global { | ||
interface Window { | ||
Glean: { | ||
setLogPings: (flag: boolean) => void; | ||
setDebugViewTag: (value: string) => void; | ||
setSourceTags: (value: string[]) => void; | ||
}; | ||
} | ||
} | ||
export default Glean; |
{ | ||
"name": "@mozilla/glean", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An implementation of the Glean SDK, a modern cross-platform telemetry client, for JavaScript environments.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
469607
12024