@rely-ai/caliber 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +2 -2
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -4556,7 +4556,7 @@ function markNoticeShown() {
|
|
|
4556
4556
|
}
|
|
4557
4557
|
|
|
4558
4558
|
// src/telemetry/index.ts
|
|
4559
|
-
var POSTHOG_KEY = "
|
|
4559
|
+
var POSTHOG_KEY = "phc_XXrV0pSX4s2QVxVoOaeuyXDvtlRwPAjovt1ttMGVMPp";
|
|
4560
4560
|
var client = null;
|
|
4561
4561
|
var distinctId = null;
|
|
4562
4562
|
function initTelemetry() {
|
|
@@ -4566,7 +4566,7 @@ function initTelemetry() {
|
|
|
4566
4566
|
client = new PostHog(POSTHOG_KEY, {
|
|
4567
4567
|
host: "https://us.i.posthog.com",
|
|
4568
4568
|
flushAt: 20,
|
|
4569
|
-
flushInterval:
|
|
4569
|
+
flushInterval: 1e4
|
|
4570
4570
|
});
|
|
4571
4571
|
if (!wasNoticeShown()) {
|
|
4572
4572
|
console.log(
|
package/package.json
CHANGED