autotel-subscribers 28.0.0 → 28.0.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/binding.gyp +9 -0
- package/dist/amplitude.cjs +64 -64
- package/dist/amplitude.cjs.map +1 -1
- package/dist/amplitude.js +64 -64
- package/dist/amplitude.js.map +1 -1
- package/dist/factories.cjs +211 -198
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +211 -198
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +211 -198
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +211 -198
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +144 -131
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +144 -131
- package/dist/posthog.js.map +1 -1
- package/index.js +1 -0
- package/package.json +14 -14
package/dist/factories.cjs
CHANGED
|
@@ -111,11 +111,11 @@ function normalizeWindowsPath(path) {
|
|
|
111
111
|
return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
112
112
|
}
|
|
113
113
|
var init_module_node = __esm({
|
|
114
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
114
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
118
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
118
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
119
119
|
function getFlagDetailFromFlagAndPayload(key, value, payload) {
|
|
120
120
|
return {
|
|
121
121
|
key,
|
|
@@ -132,7 +132,7 @@ function getFlagDetailFromFlagAndPayload(key, value, payload) {
|
|
|
132
132
|
}
|
|
133
133
|
var normalizeFlagsResponse, getFlagValuesFromFlags, getPayloadsFromFlags, getFeatureFlagValue, parsePayload;
|
|
134
134
|
var init_featureFlagUtils = __esm({
|
|
135
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
135
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
|
|
136
136
|
normalizeFlagsResponse = (flagsResponse) => {
|
|
137
137
|
if ("flags" in flagsResponse) {
|
|
138
138
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -190,10 +190,10 @@ var init_featureFlagUtils = __esm({
|
|
|
190
190
|
}
|
|
191
191
|
});
|
|
192
192
|
|
|
193
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
193
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
194
194
|
var DIGITS, UUID, V7Generator, getDefaultRandom, defaultGenerator, uuidv7, uuidv7obj;
|
|
195
195
|
var init_uuidv7 = __esm({
|
|
196
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
196
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
|
|
197
197
|
DIGITS = "0123456789abcdef";
|
|
198
198
|
UUID = class _UUID {
|
|
199
199
|
constructor(bytes) {
|
|
@@ -354,10 +354,10 @@ var init_uuidv7 = __esm({
|
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
356
|
|
|
357
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
357
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/types.mjs
|
|
358
358
|
var types_PostHogPersistedProperty, FeatureFlagError;
|
|
359
359
|
var init_types = __esm({
|
|
360
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
360
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/types.mjs"() {
|
|
361
361
|
types_PostHogPersistedProperty = /* @__PURE__ */ (function(PostHogPersistedProperty) {
|
|
362
362
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
363
363
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
@@ -400,17 +400,17 @@ var init_types = __esm({
|
|
|
400
400
|
}
|
|
401
401
|
});
|
|
402
402
|
|
|
403
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
403
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/surveys/validation.mjs
|
|
404
404
|
var init_validation = __esm({
|
|
405
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
405
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/surveys/validation.mjs"() {
|
|
406
406
|
init_types();
|
|
407
407
|
}
|
|
408
408
|
});
|
|
409
409
|
|
|
410
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
410
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
411
411
|
var DEFAULT_BLOCKED_UA_STRS, isBlockedUA;
|
|
412
412
|
var init_bot_detection = __esm({
|
|
413
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
413
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
|
|
414
414
|
DEFAULT_BLOCKED_UA_STRS = [
|
|
415
415
|
"amazonbot",
|
|
416
416
|
"amazonproductbot",
|
|
@@ -501,13 +501,13 @@ var init_bot_detection = __esm({
|
|
|
501
501
|
}
|
|
502
502
|
});
|
|
503
503
|
|
|
504
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
504
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/string-utils.mjs
|
|
505
505
|
var init_string_utils = __esm({
|
|
506
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
506
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
|
|
507
507
|
}
|
|
508
508
|
});
|
|
509
509
|
|
|
510
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
510
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
511
511
|
function isPrimitive(value) {
|
|
512
512
|
return null === value || "object" != typeof value;
|
|
513
513
|
}
|
|
@@ -532,7 +532,7 @@ function isInstanceOf(candidate, base) {
|
|
|
532
532
|
}
|
|
533
533
|
var nativeIsArray, ObjProto, type_utils_toString, isArray, isObject, isUndefined, isString, isEmptyString, isNumber, isPlainError;
|
|
534
534
|
var init_type_utils = __esm({
|
|
535
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
535
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
|
|
536
536
|
init_types();
|
|
537
537
|
init_string_utils();
|
|
538
538
|
nativeIsArray = Array.isArray;
|
|
@@ -551,7 +551,7 @@ var init_type_utils = __esm({
|
|
|
551
551
|
}
|
|
552
552
|
});
|
|
553
553
|
|
|
554
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
554
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
555
555
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
556
556
|
if (min > max) {
|
|
557
557
|
logger.warn("min cannot be greater than max.");
|
|
@@ -569,15 +569,15 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
569
569
|
return clampToRange(max, min, max, logger);
|
|
570
570
|
}
|
|
571
571
|
var init_number_utils = __esm({
|
|
572
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
572
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
|
|
573
573
|
init_type_utils();
|
|
574
574
|
}
|
|
575
575
|
});
|
|
576
576
|
|
|
577
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
577
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
578
578
|
var ONE_DAY_IN_MS, BucketedRateLimiter;
|
|
579
579
|
var init_bucketed_rate_limiter = __esm({
|
|
580
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
580
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
|
|
581
581
|
init_number_utils();
|
|
582
582
|
ONE_DAY_IN_MS = 864e5;
|
|
583
583
|
BucketedRateLimiter = class {
|
|
@@ -621,10 +621,10 @@ var init_bucketed_rate_limiter = __esm({
|
|
|
621
621
|
}
|
|
622
622
|
});
|
|
623
623
|
|
|
624
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
624
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
625
625
|
var PromiseQueue;
|
|
626
626
|
var init_promise_queue = __esm({
|
|
627
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
627
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
|
|
628
628
|
init_uuidv7();
|
|
629
629
|
PromiseQueue = class {
|
|
630
630
|
add(promise) {
|
|
@@ -655,7 +655,7 @@ var init_promise_queue = __esm({
|
|
|
655
655
|
}
|
|
656
656
|
});
|
|
657
657
|
|
|
658
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
658
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
659
659
|
function createConsole(consoleLike = console) {
|
|
660
660
|
const lockedMethods = {
|
|
661
661
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -670,7 +670,7 @@ function createLogger(prefix, maybeCall = passThrough) {
|
|
|
670
670
|
}
|
|
671
671
|
var _createLogger, passThrough;
|
|
672
672
|
var init_logger = __esm({
|
|
673
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
673
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/logger.mjs"() {
|
|
674
674
|
_createLogger = (prefix, maybeCall, consoleLike) => {
|
|
675
675
|
function _log(level, ...args) {
|
|
676
676
|
maybeCall(() => {
|
|
@@ -699,10 +699,10 @@ var init_logger = __esm({
|
|
|
699
699
|
}
|
|
700
700
|
});
|
|
701
701
|
|
|
702
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
702
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
703
703
|
var MOBILE, TABLET, GENERIC;
|
|
704
704
|
var init_user_agent_utils = __esm({
|
|
705
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
705
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
|
|
706
706
|
init_string_utils();
|
|
707
707
|
init_type_utils();
|
|
708
708
|
MOBILE = "Mobile";
|
|
@@ -713,7 +713,7 @@ var init_user_agent_utils = __esm({
|
|
|
713
713
|
}
|
|
714
714
|
});
|
|
715
715
|
|
|
716
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
716
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/index.mjs
|
|
717
717
|
function assert(truthyValue, message2) {
|
|
718
718
|
if (!truthyValue || "string" != typeof truthyValue || isEmpty(truthyValue)) throw new Error(message2);
|
|
719
719
|
}
|
|
@@ -757,7 +757,7 @@ function allSettled(promises) {
|
|
|
757
757
|
}
|
|
758
758
|
var STRING_FORMAT, isError;
|
|
759
759
|
var init_utils = __esm({
|
|
760
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
760
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/utils/index.mjs"() {
|
|
761
761
|
init_bot_detection();
|
|
762
762
|
init_bucketed_rate_limiter();
|
|
763
763
|
init_number_utils();
|
|
@@ -771,10 +771,10 @@ var init_utils = __esm({
|
|
|
771
771
|
}
|
|
772
772
|
});
|
|
773
773
|
|
|
774
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
774
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
775
775
|
var SimpleEventEmitter;
|
|
776
776
|
var init_eventemitter = __esm({
|
|
777
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
777
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/eventemitter.mjs"() {
|
|
778
778
|
SimpleEventEmitter = class {
|
|
779
779
|
constructor() {
|
|
780
780
|
this.events = {};
|
|
@@ -795,7 +795,7 @@ var init_eventemitter = __esm({
|
|
|
795
795
|
}
|
|
796
796
|
});
|
|
797
797
|
|
|
798
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
798
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/gzip.mjs
|
|
799
799
|
function isGzipSupported() {
|
|
800
800
|
return "CompressionStream" in globalThis;
|
|
801
801
|
}
|
|
@@ -814,11 +814,11 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
816
|
var init_gzip = __esm({
|
|
817
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
817
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/gzip.mjs"() {
|
|
818
818
|
}
|
|
819
819
|
});
|
|
820
820
|
|
|
821
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
821
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
822
822
|
async function logFlushError(err) {
|
|
823
823
|
if (err instanceof PostHogFetchHttpError) {
|
|
824
824
|
let text = "";
|
|
@@ -838,7 +838,7 @@ function isPostHogFetchContentTooLargeError(err) {
|
|
|
838
838
|
}
|
|
839
839
|
var PostHogFetchHttpError, PostHogFetchNetworkError, PostHogCoreStateless;
|
|
840
840
|
var init_posthog_core_stateless = __esm({
|
|
841
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
841
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
|
|
842
842
|
init_eventemitter();
|
|
843
843
|
init_featureFlagUtils();
|
|
844
844
|
init_gzip();
|
|
@@ -1061,7 +1061,7 @@ var init_posthog_core_stateless = __esm({
|
|
|
1061
1061
|
this._events.emit("error", error);
|
|
1062
1062
|
});
|
|
1063
1063
|
}
|
|
1064
|
-
async getFlags(distinctId, groups = {}, personProperties = {}, groupProperties = {}, extraPayload = {}, fetchConfig =
|
|
1064
|
+
async getFlags(distinctId, groups = {}, personProperties = {}, groupProperties = {}, extraPayload = {}, fetchConfig = false) {
|
|
1065
1065
|
await this._initPromise;
|
|
1066
1066
|
const configParam = fetchConfig ? "&config=true" : "";
|
|
1067
1067
|
const url = `${this.host}/flags/?v=2${configParam}`;
|
|
@@ -1420,11 +1420,6 @@ var init_posthog_core_stateless = __esm({
|
|
|
1420
1420
|
this._events.emit("flush", sentMessages);
|
|
1421
1421
|
}
|
|
1422
1422
|
async fetchWithRetry(url, options, retryOptions, requestTimeout) {
|
|
1423
|
-
AbortSignal.timeout ??= function(ms) {
|
|
1424
|
-
const ctrl = new AbortController();
|
|
1425
|
-
setTimeout(() => ctrl.abort(), ms);
|
|
1426
|
-
return ctrl.signal;
|
|
1427
|
-
};
|
|
1428
1423
|
const body = options.body ? options.body : "";
|
|
1429
1424
|
let reqByteLength = -1;
|
|
1430
1425
|
try {
|
|
@@ -1437,14 +1432,19 @@ var init_posthog_core_stateless = __esm({
|
|
|
1437
1432
|
}
|
|
1438
1433
|
}
|
|
1439
1434
|
return await retriable(async () => {
|
|
1435
|
+
const ctrl = new AbortController();
|
|
1436
|
+
const timeoutMs = requestTimeout ?? this.requestTimeout;
|
|
1437
|
+
const timer = safeSetTimeout(() => ctrl.abort(), timeoutMs);
|
|
1440
1438
|
let res = null;
|
|
1441
1439
|
try {
|
|
1442
1440
|
res = await this.fetch(url, {
|
|
1443
|
-
signal:
|
|
1441
|
+
signal: ctrl.signal,
|
|
1444
1442
|
...options
|
|
1445
1443
|
});
|
|
1446
1444
|
} catch (e) {
|
|
1447
1445
|
throw new PostHogFetchNetworkError(e);
|
|
1446
|
+
} finally {
|
|
1447
|
+
clearTimeout(timer);
|
|
1448
1448
|
}
|
|
1449
1449
|
const isNoCors = "no-cors" === options.mode;
|
|
1450
1450
|
if (!isNoCors && (res.status < 200 || res.status >= 400)) throw new PostHogFetchHttpError(res, reqByteLength);
|
|
@@ -1472,16 +1472,21 @@ var init_posthog_core_stateless = __esm({
|
|
|
1472
1472
|
await logFlushError(e);
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1475
|
+
let timeoutHandle;
|
|
1476
|
+
try {
|
|
1477
|
+
return await Promise.race([
|
|
1478
|
+
new Promise((_, reject) => {
|
|
1479
|
+
timeoutHandle = safeSetTimeout(() => {
|
|
1480
|
+
this._logger.error("Timed out while shutting down PostHog");
|
|
1481
|
+
hasTimedOut = true;
|
|
1482
|
+
reject("Timeout while shutting down PostHog. Some events may not have been sent.");
|
|
1483
|
+
}, shutdownTimeoutMs);
|
|
1484
|
+
}),
|
|
1485
|
+
doShutdown()
|
|
1486
|
+
]);
|
|
1487
|
+
} finally {
|
|
1488
|
+
clearTimeout(timeoutHandle);
|
|
1489
|
+
}
|
|
1485
1490
|
}
|
|
1486
1491
|
async shutdown(shutdownTimeoutMs = 3e4) {
|
|
1487
1492
|
if (this.shutdownPromise) this._logger.warn("shutdown() called while already shutting down. shutdown() is meant to be called once before process exit - use flush() for per-request cleanup");
|
|
@@ -1494,9 +1499,9 @@ var init_posthog_core_stateless = __esm({
|
|
|
1494
1499
|
}
|
|
1495
1500
|
});
|
|
1496
1501
|
|
|
1497
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1502
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/posthog-core.mjs
|
|
1498
1503
|
var init_posthog_core = __esm({
|
|
1499
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1504
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/posthog-core.mjs"() {
|
|
1500
1505
|
init_featureFlagUtils();
|
|
1501
1506
|
init_types();
|
|
1502
1507
|
init_posthog_core_stateless();
|
|
@@ -1505,7 +1510,7 @@ var init_posthog_core = __esm({
|
|
|
1505
1510
|
}
|
|
1506
1511
|
});
|
|
1507
1512
|
|
|
1508
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1513
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
1509
1514
|
function getFilenameToChunkIdMap(stackParser) {
|
|
1510
1515
|
const chunkIdMap = globalThis._posthogChunkIds;
|
|
1511
1516
|
if (!chunkIdMap) return;
|
|
@@ -1538,14 +1543,14 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
1538
1543
|
}
|
|
1539
1544
|
var parsedStackResults, lastKeysCount, cachedFilenameChunkIds;
|
|
1540
1545
|
var init_chunk_ids = __esm({
|
|
1541
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1546
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
|
|
1542
1547
|
}
|
|
1543
1548
|
});
|
|
1544
1549
|
|
|
1545
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1550
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
1546
1551
|
var MAX_CAUSE_RECURSION, ErrorPropertiesBuilder;
|
|
1547
1552
|
var init_error_properties_builder = __esm({
|
|
1548
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1553
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
|
|
1549
1554
|
init_utils();
|
|
1550
1555
|
init_chunk_ids();
|
|
1551
1556
|
MAX_CAUSE_RECURSION = 4;
|
|
@@ -1660,7 +1665,7 @@ var init_error_properties_builder = __esm({
|
|
|
1660
1665
|
}
|
|
1661
1666
|
});
|
|
1662
1667
|
|
|
1663
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1668
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
1664
1669
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
1665
1670
|
const frame = {
|
|
1666
1671
|
platform,
|
|
@@ -1674,16 +1679,16 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
1674
1679
|
}
|
|
1675
1680
|
var UNKNOWN_FUNCTION;
|
|
1676
1681
|
var init_base = __esm({
|
|
1677
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1682
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
|
|
1678
1683
|
init_utils();
|
|
1679
1684
|
UNKNOWN_FUNCTION = "?";
|
|
1680
1685
|
}
|
|
1681
1686
|
});
|
|
1682
1687
|
|
|
1683
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1688
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
1684
1689
|
var extractSafariExtensionDetails;
|
|
1685
1690
|
var init_safari = __esm({
|
|
1686
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1691
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
|
|
1687
1692
|
init_base();
|
|
1688
1693
|
extractSafariExtensionDetails = (func, filename) => {
|
|
1689
1694
|
const isSafariExtension = -1 !== func.indexOf("safari-extension");
|
|
@@ -1699,10 +1704,10 @@ var init_safari = __esm({
|
|
|
1699
1704
|
}
|
|
1700
1705
|
});
|
|
1701
1706
|
|
|
1702
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1707
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
1703
1708
|
var chromeRegexNoFnName, chromeRegex, chromeEvalRegex, chromeStackLineParser;
|
|
1704
1709
|
var init_chrome = __esm({
|
|
1705
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1710
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
|
|
1706
1711
|
init_base();
|
|
1707
1712
|
init_safari();
|
|
1708
1713
|
chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
@@ -1732,10 +1737,10 @@ var init_chrome = __esm({
|
|
|
1732
1737
|
}
|
|
1733
1738
|
});
|
|
1734
1739
|
|
|
1735
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1740
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
1736
1741
|
var geckoREgex, geckoEvalRegex, geckoStackLineParser;
|
|
1737
1742
|
var init_gecko = __esm({
|
|
1738
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1743
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
|
|
1739
1744
|
init_base();
|
|
1740
1745
|
init_safari();
|
|
1741
1746
|
geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
@@ -1762,10 +1767,10 @@ var init_gecko = __esm({
|
|
|
1762
1767
|
}
|
|
1763
1768
|
});
|
|
1764
1769
|
|
|
1765
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1770
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
1766
1771
|
var winjsRegex, winjsStackLineParser;
|
|
1767
1772
|
var init_winjs = __esm({
|
|
1768
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1773
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
|
|
1769
1774
|
init_base();
|
|
1770
1775
|
winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
1771
1776
|
winjsStackLineParser = (line, platform) => {
|
|
@@ -1775,10 +1780,10 @@ var init_winjs = __esm({
|
|
|
1775
1780
|
}
|
|
1776
1781
|
});
|
|
1777
1782
|
|
|
1778
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1783
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
1779
1784
|
var opera10Regex, opera10StackLineParser, opera11Regex, opera11StackLineParser;
|
|
1780
1785
|
var init_opera = __esm({
|
|
1781
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1786
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
|
|
1782
1787
|
init_base();
|
|
1783
1788
|
opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
1784
1789
|
opera10StackLineParser = (line, platform) => {
|
|
@@ -1793,7 +1798,7 @@ var init_opera = __esm({
|
|
|
1793
1798
|
}
|
|
1794
1799
|
});
|
|
1795
1800
|
|
|
1796
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1801
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
1797
1802
|
function filenameIsInApp(filename, isNative = false) {
|
|
1798
1803
|
const isInternal = isNative || filename && !filename.startsWith("/") && !filename.match(/^[A-Z]:/) && !filename.startsWith(".") && !filename.match(/^[a-zA-Z]([a-zA-Z0-9.\-+])*:\/\//);
|
|
1799
1804
|
return !isInternal && void 0 !== filename && !filename.includes("node_modules/");
|
|
@@ -1803,7 +1808,7 @@ function _parseIntOrUndefined(input) {
|
|
|
1803
1808
|
}
|
|
1804
1809
|
var FILENAME_MATCH, FULL_MATCH, nodeStackLineParser;
|
|
1805
1810
|
var init_node = __esm({
|
|
1806
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1811
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
|
|
1807
1812
|
init_base();
|
|
1808
1813
|
FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
1809
1814
|
FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
@@ -1864,7 +1869,7 @@ var init_node = __esm({
|
|
|
1864
1869
|
}
|
|
1865
1870
|
});
|
|
1866
1871
|
|
|
1867
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1872
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
1868
1873
|
function reverseAndStripFrames(stack) {
|
|
1869
1874
|
if (!stack.length) return [];
|
|
1870
1875
|
const localStack = Array.from(stack);
|
|
@@ -1905,7 +1910,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
1905
1910
|
}
|
|
1906
1911
|
var WEBPACK_ERROR_REGEXP, STACKTRACE_FRAME_LIMIT;
|
|
1907
1912
|
var init_parsers = __esm({
|
|
1908
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1913
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
|
|
1909
1914
|
init_base();
|
|
1910
1915
|
init_chrome();
|
|
1911
1916
|
init_gecko();
|
|
@@ -1917,10 +1922,10 @@ var init_parsers = __esm({
|
|
|
1917
1922
|
}
|
|
1918
1923
|
});
|
|
1919
1924
|
|
|
1920
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1925
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
1921
1926
|
var DOMExceptionCoercer;
|
|
1922
1927
|
var init_dom_exception_coercer = __esm({
|
|
1923
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1928
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
|
|
1924
1929
|
init_utils();
|
|
1925
1930
|
DOMExceptionCoercer = class {
|
|
1926
1931
|
match(err) {
|
|
@@ -1954,10 +1959,10 @@ var init_dom_exception_coercer = __esm({
|
|
|
1954
1959
|
}
|
|
1955
1960
|
});
|
|
1956
1961
|
|
|
1957
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1962
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
1958
1963
|
var ErrorCoercer;
|
|
1959
1964
|
var init_error_coercer = __esm({
|
|
1960
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1965
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
|
|
1961
1966
|
init_utils();
|
|
1962
1967
|
ErrorCoercer = class {
|
|
1963
1968
|
match(err) {
|
|
@@ -1987,10 +1992,10 @@ var init_error_coercer = __esm({
|
|
|
1987
1992
|
}
|
|
1988
1993
|
});
|
|
1989
1994
|
|
|
1990
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1995
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
1991
1996
|
var ErrorEventCoercer;
|
|
1992
1997
|
var init_error_event_coercer = __esm({
|
|
1993
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
1998
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
|
|
1994
1999
|
init_utils();
|
|
1995
2000
|
ErrorEventCoercer = class {
|
|
1996
2001
|
constructor() {
|
|
@@ -2012,10 +2017,10 @@ var init_error_event_coercer = __esm({
|
|
|
2012
2017
|
}
|
|
2013
2018
|
});
|
|
2014
2019
|
|
|
2015
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2020
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
2016
2021
|
var ERROR_TYPES_PATTERN, StringCoercer;
|
|
2017
2022
|
var init_string_coercer = __esm({
|
|
2018
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2023
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
|
|
2019
2024
|
ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
2020
2025
|
StringCoercer = class {
|
|
2021
2026
|
match(input) {
|
|
@@ -2047,10 +2052,10 @@ var init_string_coercer = __esm({
|
|
|
2047
2052
|
}
|
|
2048
2053
|
});
|
|
2049
2054
|
|
|
2050
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2055
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
2051
2056
|
var severityLevels;
|
|
2052
2057
|
var init_types2 = __esm({
|
|
2053
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2058
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
|
|
2054
2059
|
severityLevels = [
|
|
2055
2060
|
"fatal",
|
|
2056
2061
|
"error",
|
|
@@ -2062,7 +2067,7 @@ var init_types2 = __esm({
|
|
|
2062
2067
|
}
|
|
2063
2068
|
});
|
|
2064
2069
|
|
|
2065
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2070
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
2066
2071
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
2067
2072
|
const keys = Object.keys(err);
|
|
2068
2073
|
keys.sort();
|
|
@@ -2077,14 +2082,14 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
2077
2082
|
return "";
|
|
2078
2083
|
}
|
|
2079
2084
|
var init_utils2 = __esm({
|
|
2080
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2085
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
|
|
2081
2086
|
}
|
|
2082
2087
|
});
|
|
2083
2088
|
|
|
2084
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2089
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
2085
2090
|
var ObjectCoercer;
|
|
2086
2091
|
var init_object_coercer = __esm({
|
|
2087
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2092
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
|
|
2088
2093
|
init_utils();
|
|
2089
2094
|
init_types2();
|
|
2090
2095
|
init_utils2();
|
|
@@ -2138,10 +2143,10 @@ var init_object_coercer = __esm({
|
|
|
2138
2143
|
}
|
|
2139
2144
|
});
|
|
2140
2145
|
|
|
2141
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2146
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
2142
2147
|
var EventCoercer;
|
|
2143
2148
|
var init_event_coercer = __esm({
|
|
2144
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2149
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
|
|
2145
2150
|
init_utils();
|
|
2146
2151
|
init_utils2();
|
|
2147
2152
|
EventCoercer = class {
|
|
@@ -2161,10 +2166,10 @@ var init_event_coercer = __esm({
|
|
|
2161
2166
|
}
|
|
2162
2167
|
});
|
|
2163
2168
|
|
|
2164
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2169
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
2165
2170
|
var PrimitiveCoercer;
|
|
2166
2171
|
var init_primitive_coercer = __esm({
|
|
2167
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2172
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
|
|
2168
2173
|
init_utils();
|
|
2169
2174
|
PrimitiveCoercer = class {
|
|
2170
2175
|
match(candidate) {
|
|
@@ -2182,14 +2187,23 @@ var init_primitive_coercer = __esm({
|
|
|
2182
2187
|
}
|
|
2183
2188
|
});
|
|
2184
2189
|
|
|
2185
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2190
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
2186
2191
|
var PromiseRejectionEventCoercer;
|
|
2187
2192
|
var init_promise_rejection_event = __esm({
|
|
2188
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2193
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
|
|
2189
2194
|
init_utils();
|
|
2190
2195
|
PromiseRejectionEventCoercer = class {
|
|
2191
2196
|
match(err) {
|
|
2192
|
-
return isBuiltin(err, "PromiseRejectionEvent");
|
|
2197
|
+
return isBuiltin(err, "PromiseRejectionEvent") || this.isCustomEventWrappingRejection(err);
|
|
2198
|
+
}
|
|
2199
|
+
isCustomEventWrappingRejection(err) {
|
|
2200
|
+
if (!isEvent(err)) return false;
|
|
2201
|
+
try {
|
|
2202
|
+
const detail = err.detail;
|
|
2203
|
+
return null != detail && "object" == typeof detail && "reason" in detail;
|
|
2204
|
+
} catch {
|
|
2205
|
+
return false;
|
|
2206
|
+
}
|
|
2193
2207
|
}
|
|
2194
2208
|
coerce(err, ctx) {
|
|
2195
2209
|
const reason = this.getUnhandledRejectionReason(err);
|
|
@@ -2202,10 +2216,9 @@ var init_promise_rejection_event = __esm({
|
|
|
2202
2216
|
return ctx.apply(reason);
|
|
2203
2217
|
}
|
|
2204
2218
|
getUnhandledRejectionReason(error) {
|
|
2205
|
-
if (isPrimitive(error)) return error;
|
|
2206
2219
|
try {
|
|
2207
2220
|
if ("reason" in error) return error.reason;
|
|
2208
|
-
if ("detail" in error && "reason" in error.detail) return error.detail.reason;
|
|
2221
|
+
if ("detail" in error && null != error.detail && "object" == typeof error.detail && "reason" in error.detail) return error.detail.reason;
|
|
2209
2222
|
} catch {
|
|
2210
2223
|
}
|
|
2211
2224
|
return error;
|
|
@@ -2214,9 +2227,9 @@ var init_promise_rejection_event = __esm({
|
|
|
2214
2227
|
}
|
|
2215
2228
|
});
|
|
2216
2229
|
|
|
2217
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2230
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
|
|
2218
2231
|
var init_coercers = __esm({
|
|
2219
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2232
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
|
|
2220
2233
|
init_dom_exception_coercer();
|
|
2221
2234
|
init_error_coercer();
|
|
2222
2235
|
init_error_event_coercer();
|
|
@@ -2228,10 +2241,10 @@ var init_coercers = __esm({
|
|
|
2228
2241
|
}
|
|
2229
2242
|
});
|
|
2230
2243
|
|
|
2231
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2244
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
2232
2245
|
var ReduceableCache;
|
|
2233
2246
|
var init_utils3 = __esm({
|
|
2234
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2247
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
|
|
2235
2248
|
ReduceableCache = class {
|
|
2236
2249
|
constructor(_maxSize) {
|
|
2237
2250
|
this._maxSize = _maxSize;
|
|
@@ -2257,7 +2270,7 @@ var init_utils3 = __esm({
|
|
|
2257
2270
|
}
|
|
2258
2271
|
});
|
|
2259
2272
|
|
|
2260
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2273
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
2261
2274
|
var error_tracking_exports = {};
|
|
2262
2275
|
__export(error_tracking_exports, {
|
|
2263
2276
|
DOMExceptionCoercer: () => DOMExceptionCoercer,
|
|
@@ -2281,7 +2294,7 @@ __export(error_tracking_exports, {
|
|
|
2281
2294
|
winjsStackLineParser: () => winjsStackLineParser
|
|
2282
2295
|
});
|
|
2283
2296
|
var init_error_tracking = __esm({
|
|
2284
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2297
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
|
|
2285
2298
|
init_error_properties_builder();
|
|
2286
2299
|
init_parsers();
|
|
2287
2300
|
init_coercers();
|
|
@@ -2289,9 +2302,9 @@ var init_error_tracking = __esm({
|
|
|
2289
2302
|
}
|
|
2290
2303
|
});
|
|
2291
2304
|
|
|
2292
|
-
// ../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2305
|
+
// ../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/index.mjs
|
|
2293
2306
|
var init_dist = __esm({
|
|
2294
|
-
"../../node_modules/.pnpm/@posthog+core@1.23.
|
|
2307
|
+
"../../node_modules/.pnpm/@posthog+core@1.23.4/node_modules/@posthog/core/dist/index.mjs"() {
|
|
2295
2308
|
init_featureFlagUtils();
|
|
2296
2309
|
init_uuidv7();
|
|
2297
2310
|
init_validation();
|
|
@@ -2483,7 +2496,7 @@ function snipLine(line, colno) {
|
|
|
2483
2496
|
}
|
|
2484
2497
|
var LRU_FILE_CONTENTS_CACHE, LRU_FILE_CONTENTS_FS_READ_FAILED, DEFAULT_LINES_OF_CONTEXT, MAX_CONTEXTLINES_COLNO, MAX_CONTEXTLINES_LINENO;
|
|
2485
2498
|
var init_context_lines_node = __esm({
|
|
2486
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2499
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
|
|
2487
2500
|
init_dist();
|
|
2488
2501
|
LRU_FILE_CONTENTS_CACHE = new error_tracking_exports.ReduceableCache(25);
|
|
2489
2502
|
LRU_FILE_CONTENTS_FS_READ_FAILED = new error_tracking_exports.ReduceableCache(20);
|
|
@@ -2493,7 +2506,7 @@ var init_context_lines_node = __esm({
|
|
|
2493
2506
|
}
|
|
2494
2507
|
});
|
|
2495
2508
|
|
|
2496
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2509
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
2497
2510
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
2498
2511
|
let calledFatalError = false;
|
|
2499
2512
|
return Object.assign((error) => {
|
|
@@ -2525,14 +2538,14 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
2525
2538
|
}));
|
|
2526
2539
|
}
|
|
2527
2540
|
var init_autocapture = __esm({
|
|
2528
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2541
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
|
|
2529
2542
|
}
|
|
2530
2543
|
});
|
|
2531
2544
|
|
|
2532
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2545
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
2533
2546
|
var SHUTDOWN_TIMEOUT, ErrorTracking;
|
|
2534
2547
|
var init_error_tracking2 = __esm({
|
|
2535
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2548
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
|
|
2536
2549
|
init_autocapture();
|
|
2537
2550
|
init_dist();
|
|
2538
2551
|
SHUTDOWN_TIMEOUT = 2e3;
|
|
@@ -2604,18 +2617,18 @@ var init_error_tracking2 = __esm({
|
|
|
2604
2617
|
}
|
|
2605
2618
|
});
|
|
2606
2619
|
|
|
2607
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2620
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/version.mjs
|
|
2608
2621
|
var version;
|
|
2609
2622
|
var init_version = __esm({
|
|
2610
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2611
|
-
version = "5.28.
|
|
2623
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/version.mjs"() {
|
|
2624
|
+
version = "5.28.2";
|
|
2612
2625
|
}
|
|
2613
2626
|
});
|
|
2614
2627
|
|
|
2615
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2628
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/types.mjs
|
|
2616
2629
|
var FeatureFlagError2;
|
|
2617
2630
|
var init_types3 = __esm({
|
|
2618
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2631
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/types.mjs"() {
|
|
2619
2632
|
FeatureFlagError2 = {
|
|
2620
2633
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
2621
2634
|
FLAG_MISSING: "flag_missing",
|
|
@@ -2625,7 +2638,7 @@ var init_types3 = __esm({
|
|
|
2625
2638
|
}
|
|
2626
2639
|
});
|
|
2627
2640
|
|
|
2628
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2641
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
2629
2642
|
async function hashSHA1(text) {
|
|
2630
2643
|
const subtle = globalThis.crypto?.subtle;
|
|
2631
2644
|
if (!subtle) throw new Error("SubtleCrypto API not available");
|
|
@@ -2634,11 +2647,11 @@ async function hashSHA1(text) {
|
|
|
2634
2647
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
2635
2648
|
}
|
|
2636
2649
|
var init_crypto = __esm({
|
|
2637
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2650
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
|
|
2638
2651
|
}
|
|
2639
2652
|
});
|
|
2640
2653
|
|
|
2641
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
2654
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
2642
2655
|
async function _hash(key, bucketingValue, salt = "") {
|
|
2643
2656
|
const hashString = await hashSHA1(`${key}.${bucketingValue}${salt}`);
|
|
2644
2657
|
return parseInt(hashString.slice(0, 15), 16) / LONG_SCALE;
|
|
@@ -2954,7 +2967,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
2954
2967
|
}
|
|
2955
2968
|
var SIXTY_SECONDS, LONG_SCALE, NULL_VALUES_ALLOWED_OPERATORS, ClientError, InconclusiveMatchError, RequiresServerEvaluation, FeatureFlagsPoller;
|
|
2956
2969
|
var init_feature_flags = __esm({
|
|
2957
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
2970
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
|
|
2958
2971
|
init_dist();
|
|
2959
2972
|
init_crypto();
|
|
2960
2973
|
SIXTY_SECONDS = 6e4;
|
|
@@ -3406,10 +3419,10 @@ var init_feature_flags = __esm({
|
|
|
3406
3419
|
}
|
|
3407
3420
|
});
|
|
3408
3421
|
|
|
3409
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
3422
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
3410
3423
|
var PostHogMemoryStorage;
|
|
3411
3424
|
var init_storage_memory = __esm({
|
|
3412
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
3425
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/storage-memory.mjs"() {
|
|
3413
3426
|
PostHogMemoryStorage = class {
|
|
3414
3427
|
getProperty(key) {
|
|
3415
3428
|
return this._memoryStorage[key];
|
|
@@ -3424,10 +3437,10 @@ var init_storage_memory = __esm({
|
|
|
3424
3437
|
}
|
|
3425
3438
|
});
|
|
3426
3439
|
|
|
3427
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
3440
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/client.mjs
|
|
3428
3441
|
var MINIMUM_POLLING_INTERVAL, THIRTY_SECONDS, MAX_CACHE_SIZE, WAITUNTIL_DEBOUNCE_MS, WAITUNTIL_MAX_WAIT_MS, PostHogBackendClient;
|
|
3429
3442
|
var init_client = __esm({
|
|
3430
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
3443
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/client.mjs"() {
|
|
3431
3444
|
init_version();
|
|
3432
3445
|
init_dist();
|
|
3433
3446
|
init_types3();
|
|
@@ -3937,7 +3950,7 @@ var init_client = __esm({
|
|
|
3937
3950
|
}
|
|
3938
3951
|
async _shutdown(shutdownTimeoutMs) {
|
|
3939
3952
|
const resolve = this._consumeWaitUntilCycle();
|
|
3940
|
-
this.featureFlagsPoller?.stopPoller(shutdownTimeoutMs);
|
|
3953
|
+
await this.featureFlagsPoller?.stopPoller(shutdownTimeoutMs);
|
|
3941
3954
|
this.errorTracking.shutdown();
|
|
3942
3955
|
try {
|
|
3943
3956
|
return await super._shutdown(shutdownTimeoutMs);
|
|
@@ -4153,7 +4166,7 @@ var init_client = __esm({
|
|
|
4153
4166
|
});
|
|
4154
4167
|
var PostHogContext;
|
|
4155
4168
|
var init_context = __esm({
|
|
4156
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
4169
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
|
|
4157
4170
|
PostHogContext = class {
|
|
4158
4171
|
constructor() {
|
|
4159
4172
|
this.storage = new async_hooks.AsyncLocalStorage();
|
|
@@ -4183,7 +4196,7 @@ var init_context = __esm({
|
|
|
4183
4196
|
}
|
|
4184
4197
|
});
|
|
4185
4198
|
|
|
4186
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
4199
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
4187
4200
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
4188
4201
|
"error"
|
|
4189
4202
|
], sendExceptionsToPostHog = true } = {}) {
|
|
@@ -4239,7 +4252,7 @@ function sentryIntegration(_posthog, options) {
|
|
|
4239
4252
|
}
|
|
4240
4253
|
var NAME, PostHogSentryIntegration;
|
|
4241
4254
|
var init_sentry_integration = __esm({
|
|
4242
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
4255
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
|
|
4243
4256
|
NAME = "posthog-node";
|
|
4244
4257
|
PostHogSentryIntegration = class {
|
|
4245
4258
|
static #_ = this.POSTHOG_ID_TAG = "posthog_distinct_id";
|
|
@@ -4261,7 +4274,7 @@ var init_sentry_integration = __esm({
|
|
|
4261
4274
|
}
|
|
4262
4275
|
});
|
|
4263
4276
|
|
|
4264
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
4277
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/express.mjs
|
|
4265
4278
|
function setupExpressErrorHandler(_posthog, app) {
|
|
4266
4279
|
app.use(posthogErrorHandler(_posthog));
|
|
4267
4280
|
}
|
|
@@ -4293,14 +4306,14 @@ function posthogErrorHandler(posthog) {
|
|
|
4293
4306
|
};
|
|
4294
4307
|
}
|
|
4295
4308
|
var init_express = __esm({
|
|
4296
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
4309
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/extensions/express.mjs"() {
|
|
4297
4310
|
init_error_tracking2();
|
|
4298
4311
|
}
|
|
4299
4312
|
});
|
|
4300
4313
|
|
|
4301
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
4314
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/exports.mjs
|
|
4302
4315
|
var init_exports = __esm({
|
|
4303
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
4316
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/exports.mjs"() {
|
|
4304
4317
|
init_dist();
|
|
4305
4318
|
init_sentry_integration();
|
|
4306
4319
|
init_express();
|
|
@@ -4308,7 +4321,7 @@ var init_exports = __esm({
|
|
|
4308
4321
|
}
|
|
4309
4322
|
});
|
|
4310
4323
|
|
|
4311
|
-
// ../../node_modules/.pnpm/posthog-node@5.28.
|
|
4324
|
+
// ../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
4312
4325
|
var index_node_exports = {};
|
|
4313
4326
|
__export(index_node_exports, {
|
|
4314
4327
|
FeatureFlagError: () => FeatureFlagError,
|
|
@@ -4320,7 +4333,7 @@ __export(index_node_exports, {
|
|
|
4320
4333
|
});
|
|
4321
4334
|
var PostHog;
|
|
4322
4335
|
var init_index_node = __esm({
|
|
4323
|
-
"../../node_modules/.pnpm/posthog-node@5.28.
|
|
4336
|
+
"../../node_modules/.pnpm/posthog-node@5.28.2_rxjs@7.8.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
|
|
4324
4337
|
init_module_node();
|
|
4325
4338
|
init_context_lines_node();
|
|
4326
4339
|
init_error_tracking2();
|
|
@@ -7892,10 +7905,10 @@ var init_tslib_es6 = __esm({
|
|
|
7892
7905
|
}
|
|
7893
7906
|
});
|
|
7894
7907
|
|
|
7895
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7908
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
|
|
7896
7909
|
var IdentifyOperation, SpecialEventType;
|
|
7897
7910
|
var init_event = __esm({
|
|
7898
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7911
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
|
|
7899
7912
|
(function(IdentifyOperation3) {
|
|
7900
7913
|
IdentifyOperation3["SET"] = "$set";
|
|
7901
7914
|
IdentifyOperation3["SET_ONCE"] = "$setOnce";
|
|
@@ -7916,10 +7929,10 @@ var init_event = __esm({
|
|
|
7916
7929
|
}
|
|
7917
7930
|
});
|
|
7918
7931
|
|
|
7919
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7932
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
|
|
7920
7933
|
var UNSET_VALUE, AMPLITUDE_PREFIX, STORAGE_PREFIX, DEFAULT_INSTANCE_NAME, AMPLITUDE_SERVER_URL, EU_AMPLITUDE_SERVER_URL, AMPLITUDE_BATCH_SERVER_URL, EU_AMPLITUDE_BATCH_SERVER_URL;
|
|
7921
7934
|
var init_constants = __esm({
|
|
7922
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7935
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
|
|
7923
7936
|
UNSET_VALUE = "-";
|
|
7924
7937
|
AMPLITUDE_PREFIX = "AMP";
|
|
7925
7938
|
STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
|
|
@@ -7931,10 +7944,10 @@ var init_constants = __esm({
|
|
|
7931
7944
|
}
|
|
7932
7945
|
});
|
|
7933
7946
|
|
|
7934
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7947
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
|
|
7935
7948
|
var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
|
|
7936
7949
|
var init_valid_properties = __esm({
|
|
7937
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
7950
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
|
|
7938
7951
|
init_tslib_es6();
|
|
7939
7952
|
MAX_PROPERTY_KEYS = 1e3;
|
|
7940
7953
|
isValidObject = function(properties) {
|
|
@@ -7989,10 +8002,10 @@ var init_valid_properties = __esm({
|
|
|
7989
8002
|
}
|
|
7990
8003
|
});
|
|
7991
8004
|
|
|
7992
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8005
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/identify.js
|
|
7993
8006
|
var Identify, IdentifyOperation2, OrderedIdentifyOperations;
|
|
7994
8007
|
var init_identify = __esm({
|
|
7995
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8008
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
|
|
7996
8009
|
init_tslib_es6();
|
|
7997
8010
|
init_constants();
|
|
7998
8011
|
init_valid_properties();
|
|
@@ -8103,10 +8116,10 @@ var init_identify = __esm({
|
|
|
8103
8116
|
}
|
|
8104
8117
|
});
|
|
8105
8118
|
|
|
8106
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8119
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
|
|
8107
8120
|
var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
|
|
8108
8121
|
var init_messages = __esm({
|
|
8109
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8122
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
|
|
8110
8123
|
SUCCESS_MESSAGE = "Event tracked successfully";
|
|
8111
8124
|
UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
|
|
8112
8125
|
MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
|
|
@@ -8117,10 +8130,10 @@ var init_messages = __esm({
|
|
|
8117
8130
|
}
|
|
8118
8131
|
});
|
|
8119
8132
|
|
|
8120
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8133
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
|
|
8121
8134
|
var Status;
|
|
8122
8135
|
var init_status = __esm({
|
|
8123
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8136
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
|
|
8124
8137
|
(function(Status2) {
|
|
8125
8138
|
Status2["Unknown"] = "unknown";
|
|
8126
8139
|
Status2["Skipped"] = "skipped";
|
|
@@ -8135,10 +8148,10 @@ var init_status = __esm({
|
|
|
8135
8148
|
}
|
|
8136
8149
|
});
|
|
8137
8150
|
|
|
8138
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8151
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
|
|
8139
8152
|
var buildResult;
|
|
8140
8153
|
var init_result_builder = __esm({
|
|
8141
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8154
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
|
|
8142
8155
|
init_status();
|
|
8143
8156
|
buildResult = function(event, code, message2) {
|
|
8144
8157
|
if (code === void 0) {
|
|
@@ -8152,10 +8165,10 @@ var init_result_builder = __esm({
|
|
|
8152
8165
|
}
|
|
8153
8166
|
});
|
|
8154
8167
|
|
|
8155
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8168
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
|
|
8156
8169
|
var getGlobalScope;
|
|
8157
8170
|
var init_global_scope = __esm({
|
|
8158
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8171
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
|
|
8159
8172
|
getGlobalScope = function() {
|
|
8160
8173
|
var ampIntegrationContextName = "ampIntegrationContext";
|
|
8161
8174
|
if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
|
|
@@ -8178,10 +8191,10 @@ var init_global_scope = __esm({
|
|
|
8178
8191
|
}
|
|
8179
8192
|
});
|
|
8180
8193
|
|
|
8181
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8194
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
|
|
8182
8195
|
var legacyUUID, hex, UUID2;
|
|
8183
8196
|
var init_uuid = __esm({
|
|
8184
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8197
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
|
|
8185
8198
|
init_tslib_es6();
|
|
8186
8199
|
init_global_scope();
|
|
8187
8200
|
legacyUUID = function(a) {
|
|
@@ -8225,10 +8238,10 @@ var init_uuid = __esm({
|
|
|
8225
8238
|
}
|
|
8226
8239
|
});
|
|
8227
8240
|
|
|
8228
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8241
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
|
|
8229
8242
|
var Timeline;
|
|
8230
8243
|
var init_timeline = __esm({
|
|
8231
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8244
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
8232
8245
|
init_tslib_es6();
|
|
8233
8246
|
init_result_builder();
|
|
8234
8247
|
init_uuid();
|
|
@@ -8591,10 +8604,10 @@ var init_timeline = __esm({
|
|
|
8591
8604
|
}
|
|
8592
8605
|
});
|
|
8593
8606
|
|
|
8594
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8607
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
8595
8608
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
8596
8609
|
var init_event_builder = __esm({
|
|
8597
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8610
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
8598
8611
|
init_tslib_es6();
|
|
8599
8612
|
init_identify();
|
|
8600
8613
|
init_event();
|
|
@@ -8624,10 +8637,10 @@ var init_event_builder = __esm({
|
|
|
8624
8637
|
}
|
|
8625
8638
|
});
|
|
8626
8639
|
|
|
8627
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8640
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
8628
8641
|
var returnWrapper;
|
|
8629
8642
|
var init_return_wrapper = __esm({
|
|
8630
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8643
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
8631
8644
|
returnWrapper = function(awaitable) {
|
|
8632
8645
|
return {
|
|
8633
8646
|
promise: awaitable || Promise.resolve()
|
|
@@ -8636,10 +8649,10 @@ var init_return_wrapper = __esm({
|
|
|
8636
8649
|
}
|
|
8637
8650
|
});
|
|
8638
8651
|
|
|
8639
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8652
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
8640
8653
|
var AmplitudeCore;
|
|
8641
8654
|
var init_core_client = __esm({
|
|
8642
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8655
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
8643
8656
|
init_tslib_es6();
|
|
8644
8657
|
init_event();
|
|
8645
8658
|
init_identify();
|
|
@@ -8911,10 +8924,10 @@ var init_core_client = __esm({
|
|
|
8911
8924
|
}
|
|
8912
8925
|
});
|
|
8913
8926
|
|
|
8914
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8927
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
8915
8928
|
var Revenue, RevenueProperty;
|
|
8916
8929
|
var init_revenue = __esm({
|
|
8917
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
8930
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
8918
8931
|
init_tslib_es6();
|
|
8919
8932
|
init_valid_properties();
|
|
8920
8933
|
Revenue = /** @class */
|
|
@@ -8991,10 +9004,10 @@ var init_revenue = __esm({
|
|
|
8991
9004
|
}
|
|
8992
9005
|
});
|
|
8993
9006
|
|
|
8994
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9007
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
8995
9008
|
var chunk;
|
|
8996
9009
|
var init_chunk = __esm({
|
|
8997
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9010
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
8998
9011
|
chunk = function(arr, size) {
|
|
8999
9012
|
var chunkSize = Math.max(size, 1);
|
|
9000
9013
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -9009,10 +9022,10 @@ var init_chunk = __esm({
|
|
|
9009
9022
|
}
|
|
9010
9023
|
});
|
|
9011
9024
|
|
|
9012
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9025
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
9013
9026
|
var LogLevel;
|
|
9014
9027
|
var init_loglevel = __esm({
|
|
9015
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9028
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
9016
9029
|
(function(LogLevel2) {
|
|
9017
9030
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
9018
9031
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -9023,10 +9036,10 @@ var init_loglevel = __esm({
|
|
|
9023
9036
|
}
|
|
9024
9037
|
});
|
|
9025
9038
|
|
|
9026
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9039
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
9027
9040
|
var PREFIX, Logger;
|
|
9028
9041
|
var init_logger2 = __esm({
|
|
9029
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9042
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
9030
9043
|
init_loglevel();
|
|
9031
9044
|
PREFIX = "Amplitude Logger ";
|
|
9032
9045
|
Logger = /** @class */
|
|
@@ -9088,10 +9101,10 @@ var init_logger2 = __esm({
|
|
|
9088
9101
|
}
|
|
9089
9102
|
});
|
|
9090
9103
|
|
|
9091
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9104
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
9092
9105
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
9093
9106
|
var init_config = __esm({
|
|
9094
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9107
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
9095
9108
|
init_constants();
|
|
9096
9109
|
init_logger2();
|
|
9097
9110
|
init_loglevel();
|
|
@@ -9192,19 +9205,19 @@ var init_config = __esm({
|
|
|
9192
9205
|
}
|
|
9193
9206
|
});
|
|
9194
9207
|
|
|
9195
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9208
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
9196
9209
|
function isSuccessStatusCode(code) {
|
|
9197
9210
|
return code >= 200 && code < 300;
|
|
9198
9211
|
}
|
|
9199
9212
|
var init_status_code = __esm({
|
|
9200
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9213
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
9201
9214
|
}
|
|
9202
9215
|
});
|
|
9203
9216
|
|
|
9204
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9217
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
9205
9218
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
9206
9219
|
var init_debug = __esm({
|
|
9207
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9220
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
9208
9221
|
init_tslib_es6();
|
|
9209
9222
|
init_loglevel();
|
|
9210
9223
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -9322,7 +9335,7 @@ var init_debug = __esm({
|
|
|
9322
9335
|
}
|
|
9323
9336
|
});
|
|
9324
9337
|
|
|
9325
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9338
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
9326
9339
|
function getErrorMessage(error) {
|
|
9327
9340
|
if (error instanceof Error)
|
|
9328
9341
|
return error.message;
|
|
@@ -9340,7 +9353,7 @@ function getResponseBodyString(res) {
|
|
|
9340
9353
|
}
|
|
9341
9354
|
var DEFAULT_AMPLITUDE_SERVER_URLS, shouldCompressUploadBodyForRequest, Destination;
|
|
9342
9355
|
var init_destination = __esm({
|
|
9343
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9356
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
9344
9357
|
init_tslib_es6();
|
|
9345
9358
|
init_status();
|
|
9346
9359
|
init_messages();
|
|
@@ -9747,10 +9760,10 @@ var init_destination = __esm({
|
|
|
9747
9760
|
}
|
|
9748
9761
|
});
|
|
9749
9762
|
|
|
9750
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9763
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
9751
9764
|
var BaseTransport;
|
|
9752
9765
|
var init_base2 = __esm({
|
|
9753
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9766
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
9754
9767
|
init_status();
|
|
9755
9768
|
init_status_code();
|
|
9756
9769
|
BaseTransport = /** @class */
|
|
@@ -9852,10 +9865,10 @@ var init_base2 = __esm({
|
|
|
9852
9865
|
}
|
|
9853
9866
|
});
|
|
9854
9867
|
|
|
9855
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9868
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
9856
9869
|
var ServerZone;
|
|
9857
9870
|
var init_server_zone = __esm({
|
|
9858
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9871
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
9859
9872
|
(function(ServerZone2) {
|
|
9860
9873
|
ServerZone2["US"] = "US";
|
|
9861
9874
|
ServerZone2["EU"] = "EU";
|
|
@@ -9864,17 +9877,17 @@ var init_server_zone = __esm({
|
|
|
9864
9877
|
}
|
|
9865
9878
|
});
|
|
9866
9879
|
|
|
9867
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9880
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
9868
9881
|
var OfflineDisabled;
|
|
9869
9882
|
var init_offline = __esm({
|
|
9870
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9883
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
9871
9884
|
OfflineDisabled = null;
|
|
9872
9885
|
}
|
|
9873
9886
|
});
|
|
9874
9887
|
|
|
9875
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9888
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
9876
9889
|
var init_esm = __esm({
|
|
9877
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.
|
|
9890
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.41.5/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
9878
9891
|
init_core_client();
|
|
9879
9892
|
init_identify();
|
|
9880
9893
|
init_revenue();
|
|
@@ -9891,18 +9904,18 @@ var init_esm = __esm({
|
|
|
9891
9904
|
}
|
|
9892
9905
|
});
|
|
9893
9906
|
|
|
9894
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
9907
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
9895
9908
|
var VERSION;
|
|
9896
9909
|
var init_version2 = __esm({
|
|
9897
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
9898
|
-
VERSION = "1.5.
|
|
9910
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
9911
|
+
VERSION = "1.5.45";
|
|
9899
9912
|
}
|
|
9900
9913
|
});
|
|
9901
9914
|
|
|
9902
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
9915
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
9903
9916
|
var Context;
|
|
9904
9917
|
var init_context2 = __esm({
|
|
9905
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
9918
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
9906
9919
|
init_tslib_es6();
|
|
9907
9920
|
init_esm();
|
|
9908
9921
|
init_version2();
|
|
@@ -9937,7 +9950,7 @@ var init_context2 = __esm({
|
|
|
9937
9950
|
});
|
|
9938
9951
|
var Http;
|
|
9939
9952
|
var init_http = __esm({
|
|
9940
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
9953
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
9941
9954
|
init_tslib_es6();
|
|
9942
9955
|
init_esm();
|
|
9943
9956
|
Http = /** @class */
|
|
@@ -9999,10 +10012,10 @@ var init_http = __esm({
|
|
|
9999
10012
|
}
|
|
10000
10013
|
});
|
|
10001
10014
|
|
|
10002
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10015
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
10003
10016
|
var NodeConfig, useNodeConfig;
|
|
10004
10017
|
var init_config2 = __esm({
|
|
10005
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10018
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
10006
10019
|
init_tslib_es6();
|
|
10007
10020
|
init_esm();
|
|
10008
10021
|
init_http();
|
|
@@ -10020,10 +10033,10 @@ var init_config2 = __esm({
|
|
|
10020
10033
|
}
|
|
10021
10034
|
});
|
|
10022
10035
|
|
|
10023
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10036
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
10024
10037
|
var AmplitudeNode, createInstance, node_client_default;
|
|
10025
10038
|
var init_node_client = __esm({
|
|
10026
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10039
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
10027
10040
|
init_tslib_es6();
|
|
10028
10041
|
init_esm();
|
|
10029
10042
|
init_context2();
|
|
@@ -10097,7 +10110,7 @@ var init_node_client = __esm({
|
|
|
10097
10110
|
}
|
|
10098
10111
|
});
|
|
10099
10112
|
|
|
10100
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10113
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
10101
10114
|
var types_exports = {};
|
|
10102
10115
|
__export(types_exports, {
|
|
10103
10116
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -10108,12 +10121,12 @@ __export(types_exports, {
|
|
|
10108
10121
|
SpecialEventType: () => SpecialEventType
|
|
10109
10122
|
});
|
|
10110
10123
|
var init_types4 = __esm({
|
|
10111
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10124
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
10112
10125
|
init_esm();
|
|
10113
10126
|
}
|
|
10114
10127
|
});
|
|
10115
10128
|
|
|
10116
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10129
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
10117
10130
|
var esm_exports = {};
|
|
10118
10131
|
__export(esm_exports, {
|
|
10119
10132
|
Identify: () => Identify,
|
|
@@ -10134,7 +10147,7 @@ __export(esm_exports, {
|
|
|
10134
10147
|
});
|
|
10135
10148
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
10136
10149
|
var init_esm2 = __esm({
|
|
10137
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
10150
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.45/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
10138
10151
|
init_node_client();
|
|
10139
10152
|
init_node_client();
|
|
10140
10153
|
init_esm();
|
|
@@ -13327,12 +13340,12 @@ var init_event_queue2 = __esm({
|
|
|
13327
13340
|
});
|
|
13328
13341
|
|
|
13329
13342
|
// ../../node_modules/.pnpm/@segment+analytics-node@3.0.0/node_modules/@segment/analytics-node/dist/esm/lib/abort.js
|
|
13330
|
-
var
|
|
13343
|
+
var AbortSignal, AbortController2, abortSignalAfterTimeout;
|
|
13331
13344
|
var init_abort = __esm({
|
|
13332
13345
|
"../../node_modules/.pnpm/@segment+analytics-node@3.0.0/node_modules/@segment/analytics-node/dist/esm/lib/abort.js"() {
|
|
13333
13346
|
init_esm3();
|
|
13334
13347
|
init_env();
|
|
13335
|
-
|
|
13348
|
+
AbortSignal = class {
|
|
13336
13349
|
onabort = null;
|
|
13337
13350
|
aborted = false;
|
|
13338
13351
|
eventEmitter = new Emitter();
|
|
@@ -13358,7 +13371,7 @@ var init_abort = __esm({
|
|
|
13358
13371
|
}
|
|
13359
13372
|
};
|
|
13360
13373
|
AbortController2 = class {
|
|
13361
|
-
signal = new
|
|
13374
|
+
signal = new AbortSignal();
|
|
13362
13375
|
abort() {
|
|
13363
13376
|
if (this.signal.aborted)
|
|
13364
13377
|
return;
|