autotel-subscribers 17.0.0 → 18.0.0
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/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 +174 -172
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +174 -172
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +174 -172
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +174 -172
- package/dist/index.js.map +1 -1
- package/dist/posthog.cjs +110 -108
- package/dist/posthog.cjs.map +1 -1
- package/dist/posthog.js +110 -108
- package/dist/posthog.js.map +1 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -115,11 +115,11 @@ function normalizeWindowsPath(path) {
|
|
|
115
115
|
return path.replace(/^[A-Z]:/, "").replace(/\\/g, "/");
|
|
116
116
|
}
|
|
117
117
|
var init_module_node = __esm({
|
|
118
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
118
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs"() {
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
122
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs
|
|
123
123
|
function getFlagDetailFromFlagAndPayload(key, value, payload) {
|
|
124
124
|
return {
|
|
125
125
|
key,
|
|
@@ -136,7 +136,7 @@ function getFlagDetailFromFlagAndPayload(key, value, payload) {
|
|
|
136
136
|
}
|
|
137
137
|
var normalizeFlagsResponse, getFlagValuesFromFlags, getPayloadsFromFlags, getFeatureFlagValue, parsePayload;
|
|
138
138
|
var init_featureFlagUtils = __esm({
|
|
139
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
139
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/featureFlagUtils.mjs"() {
|
|
140
140
|
normalizeFlagsResponse = (flagsResponse) => {
|
|
141
141
|
if ("flags" in flagsResponse) {
|
|
142
142
|
const featureFlags = getFlagValuesFromFlags(flagsResponse.flags);
|
|
@@ -194,10 +194,10 @@ var init_featureFlagUtils = __esm({
|
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
196
|
|
|
197
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
197
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs
|
|
198
198
|
var DIGITS, UUID, V7Generator, getDefaultRandom, defaultGenerator, uuidv7, uuidv7obj;
|
|
199
199
|
var init_uuidv7 = __esm({
|
|
200
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
200
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/vendor/uuidv7.mjs"() {
|
|
201
201
|
DIGITS = "0123456789abcdef";
|
|
202
202
|
UUID = class _UUID {
|
|
203
203
|
constructor(bytes) {
|
|
@@ -358,10 +358,10 @@ var init_uuidv7 = __esm({
|
|
|
358
358
|
}
|
|
359
359
|
});
|
|
360
360
|
|
|
361
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
361
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs
|
|
362
362
|
var DEFAULT_BLOCKED_UA_STRS, isBlockedUA;
|
|
363
363
|
var init_bot_detection = __esm({
|
|
364
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
364
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bot-detection.mjs"() {
|
|
365
365
|
DEFAULT_BLOCKED_UA_STRS = [
|
|
366
366
|
"amazonbot",
|
|
367
367
|
"amazonproductbot",
|
|
@@ -452,14 +452,16 @@ var init_bot_detection = __esm({
|
|
|
452
452
|
}
|
|
453
453
|
});
|
|
454
454
|
|
|
455
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
455
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs
|
|
456
456
|
var types_PostHogPersistedProperty, FeatureFlagError;
|
|
457
457
|
var init_types = __esm({
|
|
458
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
458
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/types.mjs"() {
|
|
459
459
|
types_PostHogPersistedProperty = /* @__PURE__ */ (function(PostHogPersistedProperty) {
|
|
460
460
|
PostHogPersistedProperty["AnonymousId"] = "anonymous_id";
|
|
461
461
|
PostHogPersistedProperty["DistinctId"] = "distinct_id";
|
|
462
462
|
PostHogPersistedProperty["Props"] = "props";
|
|
463
|
+
PostHogPersistedProperty["EnablePersonProcessing"] = "enable_person_processing";
|
|
464
|
+
PostHogPersistedProperty["PersonMode"] = "person_mode";
|
|
463
465
|
PostHogPersistedProperty["FeatureFlagDetails"] = "feature_flag_details";
|
|
464
466
|
PostHogPersistedProperty["FeatureFlags"] = "feature_flags";
|
|
465
467
|
PostHogPersistedProperty["FeatureFlagPayloads"] = "feature_flag_payloads";
|
|
@@ -496,13 +498,13 @@ var init_types = __esm({
|
|
|
496
498
|
}
|
|
497
499
|
});
|
|
498
500
|
|
|
499
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
501
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs
|
|
500
502
|
var init_string_utils = __esm({
|
|
501
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
503
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/string-utils.mjs"() {
|
|
502
504
|
}
|
|
503
505
|
});
|
|
504
506
|
|
|
505
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
507
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs
|
|
506
508
|
function isPrimitive(value) {
|
|
507
509
|
return null === value || "object" != typeof value;
|
|
508
510
|
}
|
|
@@ -527,7 +529,7 @@ function isInstanceOf(candidate, base) {
|
|
|
527
529
|
}
|
|
528
530
|
var nativeIsArray, ObjProto, type_utils_toString, isArray, isObject, isUndefined, isString, isEmptyString, isNumber, isPlainError;
|
|
529
531
|
var init_type_utils = __esm({
|
|
530
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
532
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/type-utils.mjs"() {
|
|
531
533
|
init_types();
|
|
532
534
|
init_string_utils();
|
|
533
535
|
nativeIsArray = Array.isArray;
|
|
@@ -546,7 +548,7 @@ var init_type_utils = __esm({
|
|
|
546
548
|
}
|
|
547
549
|
});
|
|
548
550
|
|
|
549
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
551
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs
|
|
550
552
|
function clampToRange(value, min, max, logger, fallbackValue) {
|
|
551
553
|
if (min > max) {
|
|
552
554
|
logger.warn("min cannot be greater than max.");
|
|
@@ -564,15 +566,15 @@ function clampToRange(value, min, max, logger, fallbackValue) {
|
|
|
564
566
|
return clampToRange(max, min, max, logger);
|
|
565
567
|
}
|
|
566
568
|
var init_number_utils = __esm({
|
|
567
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
569
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/number-utils.mjs"() {
|
|
568
570
|
init_type_utils();
|
|
569
571
|
}
|
|
570
572
|
});
|
|
571
573
|
|
|
572
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
574
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs
|
|
573
575
|
var ONE_DAY_IN_MS, BucketedRateLimiter;
|
|
574
576
|
var init_bucketed_rate_limiter = __esm({
|
|
575
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
577
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs"() {
|
|
576
578
|
init_number_utils();
|
|
577
579
|
ONE_DAY_IN_MS = 864e5;
|
|
578
580
|
BucketedRateLimiter = class {
|
|
@@ -616,10 +618,10 @@ var init_bucketed_rate_limiter = __esm({
|
|
|
616
618
|
}
|
|
617
619
|
});
|
|
618
620
|
|
|
619
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
621
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs
|
|
620
622
|
var PromiseQueue;
|
|
621
623
|
var init_promise_queue = __esm({
|
|
622
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
624
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/promise-queue.mjs"() {
|
|
623
625
|
init_uuidv7();
|
|
624
626
|
PromiseQueue = class {
|
|
625
627
|
add(promise) {
|
|
@@ -650,7 +652,7 @@ var init_promise_queue = __esm({
|
|
|
650
652
|
}
|
|
651
653
|
});
|
|
652
654
|
|
|
653
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
655
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs
|
|
654
656
|
function createConsole(consoleLike = console) {
|
|
655
657
|
const lockedMethods = {
|
|
656
658
|
log: consoleLike.log.bind(consoleLike),
|
|
@@ -665,7 +667,7 @@ function createLogger(prefix, maybeCall = passThrough) {
|
|
|
665
667
|
}
|
|
666
668
|
var _createLogger, passThrough;
|
|
667
669
|
var init_logger = __esm({
|
|
668
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
670
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/logger.mjs"() {
|
|
669
671
|
_createLogger = (prefix, maybeCall, consoleLike) => {
|
|
670
672
|
function _log(level, ...args) {
|
|
671
673
|
maybeCall(() => {
|
|
@@ -694,10 +696,10 @@ var init_logger = __esm({
|
|
|
694
696
|
}
|
|
695
697
|
});
|
|
696
698
|
|
|
697
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
699
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs
|
|
698
700
|
var MOBILE, TABLET, GENERIC;
|
|
699
701
|
var init_user_agent_utils = __esm({
|
|
700
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
702
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs"() {
|
|
701
703
|
init_string_utils();
|
|
702
704
|
init_type_utils();
|
|
703
705
|
MOBILE = "Mobile";
|
|
@@ -708,7 +710,7 @@ var init_user_agent_utils = __esm({
|
|
|
708
710
|
}
|
|
709
711
|
});
|
|
710
712
|
|
|
711
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
713
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs
|
|
712
714
|
function assert(truthyValue, message2) {
|
|
713
715
|
if (!truthyValue || "string" != typeof truthyValue || isEmpty(truthyValue)) throw new Error(message2);
|
|
714
716
|
}
|
|
@@ -752,7 +754,7 @@ function allSettled(promises) {
|
|
|
752
754
|
}
|
|
753
755
|
var STRING_FORMAT, isError;
|
|
754
756
|
var init_utils = __esm({
|
|
755
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
757
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/utils/index.mjs"() {
|
|
756
758
|
init_bot_detection();
|
|
757
759
|
init_bucketed_rate_limiter();
|
|
758
760
|
init_number_utils();
|
|
@@ -766,10 +768,10 @@ var init_utils = __esm({
|
|
|
766
768
|
}
|
|
767
769
|
});
|
|
768
770
|
|
|
769
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
771
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs
|
|
770
772
|
var SimpleEventEmitter;
|
|
771
773
|
var init_eventemitter = __esm({
|
|
772
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
774
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/eventemitter.mjs"() {
|
|
773
775
|
SimpleEventEmitter = class {
|
|
774
776
|
constructor() {
|
|
775
777
|
this.events = {};
|
|
@@ -790,7 +792,7 @@ var init_eventemitter = __esm({
|
|
|
790
792
|
}
|
|
791
793
|
});
|
|
792
794
|
|
|
793
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
795
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs
|
|
794
796
|
function isGzipSupported() {
|
|
795
797
|
return "CompressionStream" in globalThis;
|
|
796
798
|
}
|
|
@@ -809,11 +811,11 @@ async function gzipCompress(input, isDebug = true) {
|
|
|
809
811
|
}
|
|
810
812
|
}
|
|
811
813
|
var init_gzip = __esm({
|
|
812
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
814
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/gzip.mjs"() {
|
|
813
815
|
}
|
|
814
816
|
});
|
|
815
817
|
|
|
816
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
818
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs
|
|
817
819
|
async function logFlushError(err) {
|
|
818
820
|
if (err instanceof PostHogFetchHttpError) {
|
|
819
821
|
let text = "";
|
|
@@ -833,7 +835,7 @@ function isPostHogFetchContentTooLargeError(err) {
|
|
|
833
835
|
}
|
|
834
836
|
var PostHogFetchHttpError, PostHogFetchNetworkError, PostHogCoreStateless;
|
|
835
837
|
var init_posthog_core_stateless = __esm({
|
|
836
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
838
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core-stateless.mjs"() {
|
|
837
839
|
init_eventemitter();
|
|
838
840
|
init_featureFlagUtils();
|
|
839
841
|
init_gzip();
|
|
@@ -1486,9 +1488,9 @@ var init_posthog_core_stateless = __esm({
|
|
|
1486
1488
|
}
|
|
1487
1489
|
});
|
|
1488
1490
|
|
|
1489
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1491
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs
|
|
1490
1492
|
var init_posthog_core = __esm({
|
|
1491
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1493
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/posthog-core.mjs"() {
|
|
1492
1494
|
init_featureFlagUtils();
|
|
1493
1495
|
init_types();
|
|
1494
1496
|
init_posthog_core_stateless();
|
|
@@ -1497,7 +1499,7 @@ var init_posthog_core = __esm({
|
|
|
1497
1499
|
}
|
|
1498
1500
|
});
|
|
1499
1501
|
|
|
1500
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1502
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs
|
|
1501
1503
|
function getFilenameToChunkIdMap(stackParser) {
|
|
1502
1504
|
const chunkIdMap = globalThis._posthogChunkIds;
|
|
1503
1505
|
if (!chunkIdMap) return;
|
|
@@ -1530,14 +1532,14 @@ function getFilenameToChunkIdMap(stackParser) {
|
|
|
1530
1532
|
}
|
|
1531
1533
|
var parsedStackResults, lastKeysCount, cachedFilenameChunkIds;
|
|
1532
1534
|
var init_chunk_ids = __esm({
|
|
1533
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1535
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs"() {
|
|
1534
1536
|
}
|
|
1535
1537
|
});
|
|
1536
1538
|
|
|
1537
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1539
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs
|
|
1538
1540
|
var MAX_CAUSE_RECURSION, ErrorPropertiesBuilder;
|
|
1539
1541
|
var init_error_properties_builder = __esm({
|
|
1540
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1542
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs"() {
|
|
1541
1543
|
init_utils();
|
|
1542
1544
|
init_chunk_ids();
|
|
1543
1545
|
MAX_CAUSE_RECURSION = 4;
|
|
@@ -1651,7 +1653,7 @@ var init_error_properties_builder = __esm({
|
|
|
1651
1653
|
}
|
|
1652
1654
|
});
|
|
1653
1655
|
|
|
1654
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1656
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs
|
|
1655
1657
|
function createFrame(platform, filename, func, lineno, colno) {
|
|
1656
1658
|
const frame = {
|
|
1657
1659
|
platform,
|
|
@@ -1665,16 +1667,16 @@ function createFrame(platform, filename, func, lineno, colno) {
|
|
|
1665
1667
|
}
|
|
1666
1668
|
var UNKNOWN_FUNCTION;
|
|
1667
1669
|
var init_base = __esm({
|
|
1668
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1670
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs"() {
|
|
1669
1671
|
init_utils();
|
|
1670
1672
|
UNKNOWN_FUNCTION = "?";
|
|
1671
1673
|
}
|
|
1672
1674
|
});
|
|
1673
1675
|
|
|
1674
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1676
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs
|
|
1675
1677
|
var extractSafariExtensionDetails;
|
|
1676
1678
|
var init_safari = __esm({
|
|
1677
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1679
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs"() {
|
|
1678
1680
|
init_base();
|
|
1679
1681
|
extractSafariExtensionDetails = (func, filename) => {
|
|
1680
1682
|
const isSafariExtension = -1 !== func.indexOf("safari-extension");
|
|
@@ -1690,10 +1692,10 @@ var init_safari = __esm({
|
|
|
1690
1692
|
}
|
|
1691
1693
|
});
|
|
1692
1694
|
|
|
1693
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1695
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs
|
|
1694
1696
|
var chromeRegexNoFnName, chromeRegex, chromeEvalRegex, chromeStackLineParser;
|
|
1695
1697
|
var init_chrome = __esm({
|
|
1696
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1698
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs"() {
|
|
1697
1699
|
init_base();
|
|
1698
1700
|
init_safari();
|
|
1699
1701
|
chromeRegexNoFnName = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i;
|
|
@@ -1723,10 +1725,10 @@ var init_chrome = __esm({
|
|
|
1723
1725
|
}
|
|
1724
1726
|
});
|
|
1725
1727
|
|
|
1726
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1728
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs
|
|
1727
1729
|
var geckoREgex, geckoEvalRegex, geckoStackLineParser;
|
|
1728
1730
|
var init_gecko = __esm({
|
|
1729
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1731
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs"() {
|
|
1730
1732
|
init_base();
|
|
1731
1733
|
init_safari();
|
|
1732
1734
|
geckoREgex = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i;
|
|
@@ -1753,10 +1755,10 @@ var init_gecko = __esm({
|
|
|
1753
1755
|
}
|
|
1754
1756
|
});
|
|
1755
1757
|
|
|
1756
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1758
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs
|
|
1757
1759
|
var winjsRegex, winjsStackLineParser;
|
|
1758
1760
|
var init_winjs = __esm({
|
|
1759
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1761
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs"() {
|
|
1760
1762
|
init_base();
|
|
1761
1763
|
winjsRegex = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:[-a-z]+):.*?):(\d+)(?::(\d+))?\)?\s*$/i;
|
|
1762
1764
|
winjsStackLineParser = (line, platform) => {
|
|
@@ -1766,10 +1768,10 @@ var init_winjs = __esm({
|
|
|
1766
1768
|
}
|
|
1767
1769
|
});
|
|
1768
1770
|
|
|
1769
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1771
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs
|
|
1770
1772
|
var opera10Regex, opera10StackLineParser, opera11Regex, opera11StackLineParser;
|
|
1771
1773
|
var init_opera = __esm({
|
|
1772
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1774
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs"() {
|
|
1773
1775
|
init_base();
|
|
1774
1776
|
opera10Regex = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i;
|
|
1775
1777
|
opera10StackLineParser = (line, platform) => {
|
|
@@ -1784,7 +1786,7 @@ var init_opera = __esm({
|
|
|
1784
1786
|
}
|
|
1785
1787
|
});
|
|
1786
1788
|
|
|
1787
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1789
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs
|
|
1788
1790
|
function filenameIsInApp(filename, isNative = false) {
|
|
1789
1791
|
const isInternal = isNative || filename && !filename.startsWith("/") && !filename.match(/^[A-Z]:/) && !filename.startsWith(".") && !filename.match(/^[a-zA-Z]([a-zA-Z0-9.\-+])*:\/\//);
|
|
1790
1792
|
return !isInternal && void 0 !== filename && !filename.includes("node_modules/");
|
|
@@ -1794,7 +1796,7 @@ function _parseIntOrUndefined(input) {
|
|
|
1794
1796
|
}
|
|
1795
1797
|
var FILENAME_MATCH, FULL_MATCH, nodeStackLineParser;
|
|
1796
1798
|
var init_node = __esm({
|
|
1797
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1799
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs"() {
|
|
1798
1800
|
init_base();
|
|
1799
1801
|
FILENAME_MATCH = /^\s*[-]{4,}$/;
|
|
1800
1802
|
FULL_MATCH = /at (?:async )?(?:(.+?)\s+\()?(?:(.+):(\d+):(\d+)?|([^)]+))\)?/;
|
|
@@ -1855,7 +1857,7 @@ var init_node = __esm({
|
|
|
1855
1857
|
}
|
|
1856
1858
|
});
|
|
1857
1859
|
|
|
1858
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1860
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs
|
|
1859
1861
|
function reverseAndStripFrames(stack) {
|
|
1860
1862
|
if (!stack.length) return [];
|
|
1861
1863
|
const localStack = Array.from(stack);
|
|
@@ -1896,7 +1898,7 @@ function createStackParser(platform, ...parsers) {
|
|
|
1896
1898
|
}
|
|
1897
1899
|
var WEBPACK_ERROR_REGEXP, STACKTRACE_FRAME_LIMIT;
|
|
1898
1900
|
var init_parsers = __esm({
|
|
1899
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1901
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs"() {
|
|
1900
1902
|
init_base();
|
|
1901
1903
|
init_chrome();
|
|
1902
1904
|
init_gecko();
|
|
@@ -1908,10 +1910,10 @@ var init_parsers = __esm({
|
|
|
1908
1910
|
}
|
|
1909
1911
|
});
|
|
1910
1912
|
|
|
1911
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1913
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs
|
|
1912
1914
|
var DOMExceptionCoercer;
|
|
1913
1915
|
var init_dom_exception_coercer = __esm({
|
|
1914
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1916
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs"() {
|
|
1915
1917
|
init_utils();
|
|
1916
1918
|
DOMExceptionCoercer = class {
|
|
1917
1919
|
match(err) {
|
|
@@ -1945,10 +1947,10 @@ var init_dom_exception_coercer = __esm({
|
|
|
1945
1947
|
}
|
|
1946
1948
|
});
|
|
1947
1949
|
|
|
1948
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1950
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs
|
|
1949
1951
|
var ErrorCoercer;
|
|
1950
1952
|
var init_error_coercer = __esm({
|
|
1951
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1953
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs"() {
|
|
1952
1954
|
init_utils();
|
|
1953
1955
|
ErrorCoercer = class {
|
|
1954
1956
|
match(err) {
|
|
@@ -1978,10 +1980,10 @@ var init_error_coercer = __esm({
|
|
|
1978
1980
|
}
|
|
1979
1981
|
});
|
|
1980
1982
|
|
|
1981
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
1983
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs
|
|
1982
1984
|
var ErrorEventCoercer;
|
|
1983
1985
|
var init_error_event_coercer = __esm({
|
|
1984
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
1986
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs"() {
|
|
1985
1987
|
init_utils();
|
|
1986
1988
|
ErrorEventCoercer = class {
|
|
1987
1989
|
constructor() {
|
|
@@ -2003,10 +2005,10 @@ var init_error_event_coercer = __esm({
|
|
|
2003
2005
|
}
|
|
2004
2006
|
});
|
|
2005
2007
|
|
|
2006
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2008
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs
|
|
2007
2009
|
var ERROR_TYPES_PATTERN, StringCoercer;
|
|
2008
2010
|
var init_string_coercer = __esm({
|
|
2009
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2011
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs"() {
|
|
2010
2012
|
ERROR_TYPES_PATTERN = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;
|
|
2011
2013
|
StringCoercer = class {
|
|
2012
2014
|
match(input) {
|
|
@@ -2038,10 +2040,10 @@ var init_string_coercer = __esm({
|
|
|
2038
2040
|
}
|
|
2039
2041
|
});
|
|
2040
2042
|
|
|
2041
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2043
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs
|
|
2042
2044
|
var severityLevels;
|
|
2043
2045
|
var init_types2 = __esm({
|
|
2044
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2046
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/types.mjs"() {
|
|
2045
2047
|
severityLevels = [
|
|
2046
2048
|
"fatal",
|
|
2047
2049
|
"error",
|
|
@@ -2053,7 +2055,7 @@ var init_types2 = __esm({
|
|
|
2053
2055
|
}
|
|
2054
2056
|
});
|
|
2055
2057
|
|
|
2056
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2058
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs
|
|
2057
2059
|
function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
2058
2060
|
const keys = Object.keys(err);
|
|
2059
2061
|
keys.sort();
|
|
@@ -2068,14 +2070,14 @@ function extractExceptionKeysForMessage(err, maxLength = 40) {
|
|
|
2068
2070
|
return "";
|
|
2069
2071
|
}
|
|
2070
2072
|
var init_utils2 = __esm({
|
|
2071
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2073
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs"() {
|
|
2072
2074
|
}
|
|
2073
2075
|
});
|
|
2074
2076
|
|
|
2075
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2077
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs
|
|
2076
2078
|
var ObjectCoercer;
|
|
2077
2079
|
var init_object_coercer = __esm({
|
|
2078
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2080
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs"() {
|
|
2079
2081
|
init_utils();
|
|
2080
2082
|
init_types2();
|
|
2081
2083
|
init_utils2();
|
|
@@ -2129,10 +2131,10 @@ var init_object_coercer = __esm({
|
|
|
2129
2131
|
}
|
|
2130
2132
|
});
|
|
2131
2133
|
|
|
2132
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2134
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs
|
|
2133
2135
|
var EventCoercer;
|
|
2134
2136
|
var init_event_coercer = __esm({
|
|
2135
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2137
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs"() {
|
|
2136
2138
|
init_utils();
|
|
2137
2139
|
init_utils2();
|
|
2138
2140
|
EventCoercer = class {
|
|
@@ -2152,10 +2154,10 @@ var init_event_coercer = __esm({
|
|
|
2152
2154
|
}
|
|
2153
2155
|
});
|
|
2154
2156
|
|
|
2155
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2157
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs
|
|
2156
2158
|
var PrimitiveCoercer;
|
|
2157
2159
|
var init_primitive_coercer = __esm({
|
|
2158
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2160
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs"() {
|
|
2159
2161
|
init_utils();
|
|
2160
2162
|
PrimitiveCoercer = class {
|
|
2161
2163
|
match(candidate) {
|
|
@@ -2173,10 +2175,10 @@ var init_primitive_coercer = __esm({
|
|
|
2173
2175
|
}
|
|
2174
2176
|
});
|
|
2175
2177
|
|
|
2176
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2178
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs
|
|
2177
2179
|
var PromiseRejectionEventCoercer;
|
|
2178
2180
|
var init_promise_rejection_event = __esm({
|
|
2179
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2181
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs"() {
|
|
2180
2182
|
init_utils();
|
|
2181
2183
|
PromiseRejectionEventCoercer = class {
|
|
2182
2184
|
match(err) {
|
|
@@ -2205,9 +2207,9 @@ var init_promise_rejection_event = __esm({
|
|
|
2205
2207
|
}
|
|
2206
2208
|
});
|
|
2207
2209
|
|
|
2208
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2210
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs
|
|
2209
2211
|
var init_coercers = __esm({
|
|
2210
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2212
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs"() {
|
|
2211
2213
|
init_dom_exception_coercer();
|
|
2212
2214
|
init_error_coercer();
|
|
2213
2215
|
init_error_event_coercer();
|
|
@@ -2219,10 +2221,10 @@ var init_coercers = __esm({
|
|
|
2219
2221
|
}
|
|
2220
2222
|
});
|
|
2221
2223
|
|
|
2222
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2224
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs
|
|
2223
2225
|
var ReduceableCache;
|
|
2224
2226
|
var init_utils3 = __esm({
|
|
2225
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2227
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/utils.mjs"() {
|
|
2226
2228
|
ReduceableCache = class {
|
|
2227
2229
|
constructor(_maxSize) {
|
|
2228
2230
|
this._maxSize = _maxSize;
|
|
@@ -2248,7 +2250,7 @@ var init_utils3 = __esm({
|
|
|
2248
2250
|
}
|
|
2249
2251
|
});
|
|
2250
2252
|
|
|
2251
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2253
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs
|
|
2252
2254
|
var error_tracking_exports = {};
|
|
2253
2255
|
__export(error_tracking_exports, {
|
|
2254
2256
|
DOMExceptionCoercer: () => DOMExceptionCoercer,
|
|
@@ -2272,7 +2274,7 @@ __export(error_tracking_exports, {
|
|
|
2272
2274
|
winjsStackLineParser: () => winjsStackLineParser
|
|
2273
2275
|
});
|
|
2274
2276
|
var init_error_tracking = __esm({
|
|
2275
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2277
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/error-tracking/index.mjs"() {
|
|
2276
2278
|
init_error_properties_builder();
|
|
2277
2279
|
init_parsers();
|
|
2278
2280
|
init_coercers();
|
|
@@ -2280,9 +2282,9 @@ var init_error_tracking = __esm({
|
|
|
2280
2282
|
}
|
|
2281
2283
|
});
|
|
2282
2284
|
|
|
2283
|
-
// ../../node_modules/.pnpm/@posthog+core@1.
|
|
2285
|
+
// ../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs
|
|
2284
2286
|
var init_dist = __esm({
|
|
2285
|
-
"../../node_modules/.pnpm/@posthog+core@1.
|
|
2287
|
+
"../../node_modules/.pnpm/@posthog+core@1.14.0/node_modules/@posthog/core/dist/index.mjs"() {
|
|
2286
2288
|
init_featureFlagUtils();
|
|
2287
2289
|
init_uuidv7();
|
|
2288
2290
|
init_utils();
|
|
@@ -2473,7 +2475,7 @@ function snipLine(line, colno) {
|
|
|
2473
2475
|
}
|
|
2474
2476
|
var LRU_FILE_CONTENTS_CACHE, LRU_FILE_CONTENTS_FS_READ_FAILED, DEFAULT_LINES_OF_CONTEXT, MAX_CONTEXTLINES_COLNO, MAX_CONTEXTLINES_LINENO;
|
|
2475
2477
|
var init_context_lines_node = __esm({
|
|
2476
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2478
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs"() {
|
|
2477
2479
|
init_dist();
|
|
2478
2480
|
LRU_FILE_CONTENTS_CACHE = new error_tracking_exports.ReduceableCache(25);
|
|
2479
2481
|
LRU_FILE_CONTENTS_FS_READ_FAILED = new error_tracking_exports.ReduceableCache(20);
|
|
@@ -2483,7 +2485,7 @@ var init_context_lines_node = __esm({
|
|
|
2483
2485
|
}
|
|
2484
2486
|
});
|
|
2485
2487
|
|
|
2486
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2488
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs
|
|
2487
2489
|
function makeUncaughtExceptionHandler(captureFn, onFatalFn) {
|
|
2488
2490
|
let calledFatalError = false;
|
|
2489
2491
|
return Object.assign((error) => {
|
|
@@ -2515,14 +2517,14 @@ function addUnhandledRejectionListener(captureFn) {
|
|
|
2515
2517
|
}));
|
|
2516
2518
|
}
|
|
2517
2519
|
var init_autocapture = __esm({
|
|
2518
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2520
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs"() {
|
|
2519
2521
|
}
|
|
2520
2522
|
});
|
|
2521
2523
|
|
|
2522
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2524
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs
|
|
2523
2525
|
var SHUTDOWN_TIMEOUT, ErrorTracking;
|
|
2524
2526
|
var init_error_tracking2 = __esm({
|
|
2525
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2527
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs"() {
|
|
2526
2528
|
init_autocapture();
|
|
2527
2529
|
init_dist();
|
|
2528
2530
|
SHUTDOWN_TIMEOUT = 2e3;
|
|
@@ -2593,18 +2595,18 @@ var init_error_tracking2 = __esm({
|
|
|
2593
2595
|
}
|
|
2594
2596
|
});
|
|
2595
2597
|
|
|
2596
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2598
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs
|
|
2597
2599
|
var version;
|
|
2598
2600
|
var init_version = __esm({
|
|
2599
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2600
|
-
version = "5.24.
|
|
2601
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/version.mjs"() {
|
|
2602
|
+
version = "5.24.2";
|
|
2601
2603
|
}
|
|
2602
2604
|
});
|
|
2603
2605
|
|
|
2604
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2606
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs
|
|
2605
2607
|
var FeatureFlagError2;
|
|
2606
2608
|
var init_types3 = __esm({
|
|
2607
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2609
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/types.mjs"() {
|
|
2608
2610
|
FeatureFlagError2 = {
|
|
2609
2611
|
ERRORS_WHILE_COMPUTING: "errors_while_computing_flags",
|
|
2610
2612
|
FLAG_MISSING: "flag_missing",
|
|
@@ -2614,7 +2616,7 @@ var init_types3 = __esm({
|
|
|
2614
2616
|
}
|
|
2615
2617
|
});
|
|
2616
2618
|
|
|
2617
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2619
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs
|
|
2618
2620
|
async function hashSHA1(text) {
|
|
2619
2621
|
const subtle = globalThis.crypto?.subtle;
|
|
2620
2622
|
if (!subtle) throw new Error("SubtleCrypto API not available");
|
|
@@ -2623,11 +2625,11 @@ async function hashSHA1(text) {
|
|
|
2623
2625
|
return hashArray.map((byte) => byte.toString(16).padStart(2, "0")).join("");
|
|
2624
2626
|
}
|
|
2625
2627
|
var init_crypto = __esm({
|
|
2626
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2628
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs"() {
|
|
2627
2629
|
}
|
|
2628
2630
|
});
|
|
2629
2631
|
|
|
2630
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
2632
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs
|
|
2631
2633
|
async function _hash(key, distinctId, salt = "") {
|
|
2632
2634
|
const hashString = await hashSHA1(`${key}.${distinctId}${salt}`);
|
|
2633
2635
|
return parseInt(hashString.slice(0, 15), 16) / LONG_SCALE;
|
|
@@ -2795,7 +2797,7 @@ function relativeDateParseForFeatureFlagMatching(value) {
|
|
|
2795
2797
|
}
|
|
2796
2798
|
var SIXTY_SECONDS, LONG_SCALE, NULL_VALUES_ALLOWED_OPERATORS, ClientError, InconclusiveMatchError, RequiresServerEvaluation, FeatureFlagsPoller;
|
|
2797
2799
|
var init_feature_flags = __esm({
|
|
2798
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
2800
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs"() {
|
|
2799
2801
|
init_dist();
|
|
2800
2802
|
init_crypto();
|
|
2801
2803
|
SIXTY_SECONDS = 6e4;
|
|
@@ -3208,10 +3210,10 @@ var init_feature_flags = __esm({
|
|
|
3208
3210
|
}
|
|
3209
3211
|
});
|
|
3210
3212
|
|
|
3211
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3213
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs
|
|
3212
3214
|
var PostHogMemoryStorage;
|
|
3213
3215
|
var init_storage_memory = __esm({
|
|
3214
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3216
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/storage-memory.mjs"() {
|
|
3215
3217
|
PostHogMemoryStorage = class {
|
|
3216
3218
|
getProperty(key) {
|
|
3217
3219
|
return this._memoryStorage[key];
|
|
@@ -3226,10 +3228,10 @@ var init_storage_memory = __esm({
|
|
|
3226
3228
|
}
|
|
3227
3229
|
});
|
|
3228
3230
|
|
|
3229
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3231
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs
|
|
3230
3232
|
var MINIMUM_POLLING_INTERVAL, THIRTY_SECONDS, MAX_CACHE_SIZE, PostHogBackendClient;
|
|
3231
3233
|
var init_client = __esm({
|
|
3232
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3234
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/client.mjs"() {
|
|
3233
3235
|
init_version();
|
|
3234
3236
|
init_dist();
|
|
3235
3237
|
init_types3();
|
|
@@ -3837,7 +3839,7 @@ var init_client = __esm({
|
|
|
3837
3839
|
});
|
|
3838
3840
|
var PostHogContext;
|
|
3839
3841
|
var init_context = __esm({
|
|
3840
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3842
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/context/context.mjs"() {
|
|
3841
3843
|
PostHogContext = class {
|
|
3842
3844
|
constructor() {
|
|
3843
3845
|
this.storage = new async_hooks.AsyncLocalStorage();
|
|
@@ -3865,7 +3867,7 @@ var init_context = __esm({
|
|
|
3865
3867
|
}
|
|
3866
3868
|
});
|
|
3867
3869
|
|
|
3868
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3870
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs
|
|
3869
3871
|
function createEventProcessor(_posthog, { organization, projectId, prefix, severityAllowList = [
|
|
3870
3872
|
"error"
|
|
3871
3873
|
], sendExceptionsToPostHog = true } = {}) {
|
|
@@ -3921,7 +3923,7 @@ function sentryIntegration(_posthog, options) {
|
|
|
3921
3923
|
}
|
|
3922
3924
|
var NAME, PostHogSentryIntegration;
|
|
3923
3925
|
var init_sentry_integration = __esm({
|
|
3924
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3926
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/sentry-integration.mjs"() {
|
|
3925
3927
|
NAME = "posthog-node";
|
|
3926
3928
|
PostHogSentryIntegration = class {
|
|
3927
3929
|
static #_ = this.POSTHOG_ID_TAG = "posthog_distinct_id";
|
|
@@ -3943,7 +3945,7 @@ var init_sentry_integration = __esm({
|
|
|
3943
3945
|
}
|
|
3944
3946
|
});
|
|
3945
3947
|
|
|
3946
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3948
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs
|
|
3947
3949
|
function setupExpressErrorHandler(_posthog, app) {
|
|
3948
3950
|
app.use(posthogErrorHandler(_posthog));
|
|
3949
3951
|
}
|
|
@@ -3975,14 +3977,14 @@ function posthogErrorHandler(posthog) {
|
|
|
3975
3977
|
};
|
|
3976
3978
|
}
|
|
3977
3979
|
var init_express = __esm({
|
|
3978
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3980
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/extensions/express.mjs"() {
|
|
3979
3981
|
init_error_tracking2();
|
|
3980
3982
|
}
|
|
3981
3983
|
});
|
|
3982
3984
|
|
|
3983
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3985
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs
|
|
3984
3986
|
var init_exports = __esm({
|
|
3985
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
3987
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/exports.mjs"() {
|
|
3986
3988
|
init_dist();
|
|
3987
3989
|
init_sentry_integration();
|
|
3988
3990
|
init_express();
|
|
@@ -3990,7 +3992,7 @@ var init_exports = __esm({
|
|
|
3990
3992
|
}
|
|
3991
3993
|
});
|
|
3992
3994
|
|
|
3993
|
-
// ../../node_modules/.pnpm/posthog-node@5.24.
|
|
3995
|
+
// ../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs
|
|
3994
3996
|
var index_node_exports = {};
|
|
3995
3997
|
__export(index_node_exports, {
|
|
3996
3998
|
FeatureFlagError: () => FeatureFlagError,
|
|
@@ -4002,7 +4004,7 @@ __export(index_node_exports, {
|
|
|
4002
4004
|
});
|
|
4003
4005
|
var PostHog;
|
|
4004
4006
|
var init_index_node = __esm({
|
|
4005
|
-
"../../node_modules/.pnpm/posthog-node@5.24.
|
|
4007
|
+
"../../node_modules/.pnpm/posthog-node@5.24.2/node_modules/posthog-node/dist/entrypoints/index.node.mjs"() {
|
|
4006
4008
|
init_module_node();
|
|
4007
4009
|
init_context_lines_node();
|
|
4008
4010
|
init_error_tracking2();
|
|
@@ -14076,10 +14078,10 @@ var init_esm4 = __esm({
|
|
|
14076
14078
|
}
|
|
14077
14079
|
});
|
|
14078
14080
|
|
|
14079
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14081
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js
|
|
14080
14082
|
var IdentifyOperation, SpecialEventType;
|
|
14081
14083
|
var init_event = __esm({
|
|
14082
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14084
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/event/event.js"() {
|
|
14083
14085
|
(function(IdentifyOperation3) {
|
|
14084
14086
|
IdentifyOperation3["SET"] = "$set";
|
|
14085
14087
|
IdentifyOperation3["SET_ONCE"] = "$setOnce";
|
|
@@ -14100,10 +14102,10 @@ var init_event = __esm({
|
|
|
14100
14102
|
}
|
|
14101
14103
|
});
|
|
14102
14104
|
|
|
14103
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14105
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js
|
|
14104
14106
|
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;
|
|
14105
14107
|
var init_constants = __esm({
|
|
14106
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14108
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/constants.js"() {
|
|
14107
14109
|
UNSET_VALUE = "-";
|
|
14108
14110
|
AMPLITUDE_PREFIX = "AMP";
|
|
14109
14111
|
STORAGE_PREFIX = "".concat(AMPLITUDE_PREFIX, "_unsent");
|
|
@@ -14115,10 +14117,10 @@ var init_constants = __esm({
|
|
|
14115
14117
|
}
|
|
14116
14118
|
});
|
|
14117
14119
|
|
|
14118
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14120
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js
|
|
14119
14121
|
var MAX_PROPERTY_KEYS, isValidObject, isValidProperties;
|
|
14120
14122
|
var init_valid_properties = __esm({
|
|
14121
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14123
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/valid-properties.js"() {
|
|
14122
14124
|
init_tslib_es6();
|
|
14123
14125
|
MAX_PROPERTY_KEYS = 1e3;
|
|
14124
14126
|
isValidObject = function(properties) {
|
|
@@ -14173,10 +14175,10 @@ var init_valid_properties = __esm({
|
|
|
14173
14175
|
}
|
|
14174
14176
|
});
|
|
14175
14177
|
|
|
14176
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14178
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js
|
|
14177
14179
|
var Identify, IdentifyOperation2, OrderedIdentifyOperations;
|
|
14178
14180
|
var init_identify = __esm({
|
|
14179
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14181
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/identify.js"() {
|
|
14180
14182
|
init_tslib_es6();
|
|
14181
14183
|
init_constants();
|
|
14182
14184
|
init_valid_properties();
|
|
@@ -14287,10 +14289,10 @@ var init_identify = __esm({
|
|
|
14287
14289
|
}
|
|
14288
14290
|
});
|
|
14289
14291
|
|
|
14290
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14292
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js
|
|
14291
14293
|
var SUCCESS_MESSAGE, UNEXPECTED_ERROR_MESSAGE, MAX_RETRIES_EXCEEDED_MESSAGE, OPT_OUT_MESSAGE, MISSING_API_KEY_MESSAGE, INVALID_API_KEY, CLIENT_NOT_INITIALIZED;
|
|
14292
14294
|
var init_messages = __esm({
|
|
14293
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14295
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/messages.js"() {
|
|
14294
14296
|
SUCCESS_MESSAGE = "Event tracked successfully";
|
|
14295
14297
|
UNEXPECTED_ERROR_MESSAGE = "Unexpected error occurred";
|
|
14296
14298
|
MAX_RETRIES_EXCEEDED_MESSAGE = "Event rejected due to exceeded retry count";
|
|
@@ -14301,10 +14303,10 @@ var init_messages = __esm({
|
|
|
14301
14303
|
}
|
|
14302
14304
|
});
|
|
14303
14305
|
|
|
14304
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14306
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js
|
|
14305
14307
|
var Status;
|
|
14306
14308
|
var init_status = __esm({
|
|
14307
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14309
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/status.js"() {
|
|
14308
14310
|
(function(Status2) {
|
|
14309
14311
|
Status2["Unknown"] = "unknown";
|
|
14310
14312
|
Status2["Skipped"] = "skipped";
|
|
@@ -14319,10 +14321,10 @@ var init_status = __esm({
|
|
|
14319
14321
|
}
|
|
14320
14322
|
});
|
|
14321
14323
|
|
|
14322
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14324
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js
|
|
14323
14325
|
var buildResult;
|
|
14324
14326
|
var init_result_builder = __esm({
|
|
14325
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14327
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/result-builder.js"() {
|
|
14326
14328
|
init_status();
|
|
14327
14329
|
buildResult = function(event, code, message2) {
|
|
14328
14330
|
if (code === void 0) {
|
|
@@ -14336,10 +14338,10 @@ var init_result_builder = __esm({
|
|
|
14336
14338
|
}
|
|
14337
14339
|
});
|
|
14338
14340
|
|
|
14339
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14341
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js
|
|
14340
14342
|
var getGlobalScope;
|
|
14341
14343
|
var init_global_scope = __esm({
|
|
14342
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14344
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/global-scope.js"() {
|
|
14343
14345
|
getGlobalScope = function() {
|
|
14344
14346
|
var ampIntegrationContextName = "ampIntegrationContext";
|
|
14345
14347
|
if (typeof globalThis !== "undefined" && typeof globalThis[ampIntegrationContextName] !== "undefined") {
|
|
@@ -14362,10 +14364,10 @@ var init_global_scope = __esm({
|
|
|
14362
14364
|
}
|
|
14363
14365
|
});
|
|
14364
14366
|
|
|
14365
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14367
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js
|
|
14366
14368
|
var legacyUUID, hex, UUID2;
|
|
14367
14369
|
var init_uuid2 = __esm({
|
|
14368
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14370
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/uuid.js"() {
|
|
14369
14371
|
init_tslib_es6();
|
|
14370
14372
|
init_global_scope();
|
|
14371
14373
|
legacyUUID = function(a) {
|
|
@@ -14409,10 +14411,10 @@ var init_uuid2 = __esm({
|
|
|
14409
14411
|
}
|
|
14410
14412
|
});
|
|
14411
14413
|
|
|
14412
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14414
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js
|
|
14413
14415
|
var Timeline;
|
|
14414
14416
|
var init_timeline = __esm({
|
|
14415
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14417
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/timeline.js"() {
|
|
14416
14418
|
init_tslib_es6();
|
|
14417
14419
|
init_result_builder();
|
|
14418
14420
|
init_uuid2();
|
|
@@ -14714,10 +14716,10 @@ var init_timeline = __esm({
|
|
|
14714
14716
|
}
|
|
14715
14717
|
});
|
|
14716
14718
|
|
|
14717
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14719
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js
|
|
14718
14720
|
var createTrackEvent, createIdentifyEvent, createGroupIdentifyEvent, createGroupEvent, createRevenueEvent;
|
|
14719
14721
|
var init_event_builder = __esm({
|
|
14720
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14722
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/event-builder.js"() {
|
|
14721
14723
|
init_tslib_es6();
|
|
14722
14724
|
init_identify();
|
|
14723
14725
|
init_event();
|
|
@@ -14747,10 +14749,10 @@ var init_event_builder = __esm({
|
|
|
14747
14749
|
}
|
|
14748
14750
|
});
|
|
14749
14751
|
|
|
14750
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14752
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js
|
|
14751
14753
|
var returnWrapper;
|
|
14752
14754
|
var init_return_wrapper = __esm({
|
|
14753
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14755
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/return-wrapper.js"() {
|
|
14754
14756
|
returnWrapper = function(awaitable) {
|
|
14755
14757
|
return {
|
|
14756
14758
|
promise: awaitable || Promise.resolve()
|
|
@@ -14759,10 +14761,10 @@ var init_return_wrapper = __esm({
|
|
|
14759
14761
|
}
|
|
14760
14762
|
});
|
|
14761
14763
|
|
|
14762
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14764
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js
|
|
14763
14765
|
var AmplitudeCore;
|
|
14764
14766
|
var init_core_client = __esm({
|
|
14765
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
14767
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/core-client.js"() {
|
|
14766
14768
|
init_tslib_es6();
|
|
14767
14769
|
init_event();
|
|
14768
14770
|
init_identify();
|
|
@@ -15030,10 +15032,10 @@ var init_core_client = __esm({
|
|
|
15030
15032
|
}
|
|
15031
15033
|
});
|
|
15032
15034
|
|
|
15033
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15035
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js
|
|
15034
15036
|
var Revenue, RevenueProperty;
|
|
15035
15037
|
var init_revenue = __esm({
|
|
15036
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15038
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/revenue.js"() {
|
|
15037
15039
|
init_tslib_es6();
|
|
15038
15040
|
init_valid_properties();
|
|
15039
15041
|
Revenue = /** @class */
|
|
@@ -15110,10 +15112,10 @@ var init_revenue = __esm({
|
|
|
15110
15112
|
}
|
|
15111
15113
|
});
|
|
15112
15114
|
|
|
15113
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15115
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js
|
|
15114
15116
|
var chunk;
|
|
15115
15117
|
var init_chunk = __esm({
|
|
15116
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15118
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/chunk.js"() {
|
|
15117
15119
|
chunk = function(arr, size) {
|
|
15118
15120
|
var chunkSize = Math.max(size, 1);
|
|
15119
15121
|
return arr.reduce(function(chunks, element, index) {
|
|
@@ -15128,10 +15130,10 @@ var init_chunk = __esm({
|
|
|
15128
15130
|
}
|
|
15129
15131
|
});
|
|
15130
15132
|
|
|
15131
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15133
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js
|
|
15132
15134
|
var LogLevel;
|
|
15133
15135
|
var init_loglevel = __esm({
|
|
15134
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15136
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/loglevel.js"() {
|
|
15135
15137
|
(function(LogLevel2) {
|
|
15136
15138
|
LogLevel2[LogLevel2["None"] = 0] = "None";
|
|
15137
15139
|
LogLevel2[LogLevel2["Error"] = 1] = "Error";
|
|
@@ -15142,10 +15144,10 @@ var init_loglevel = __esm({
|
|
|
15142
15144
|
}
|
|
15143
15145
|
});
|
|
15144
15146
|
|
|
15145
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15147
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js
|
|
15146
15148
|
var PREFIX, Logger;
|
|
15147
15149
|
var init_logger3 = __esm({
|
|
15148
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15150
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/logger.js"() {
|
|
15149
15151
|
init_loglevel();
|
|
15150
15152
|
PREFIX = "Amplitude Logger ";
|
|
15151
15153
|
Logger = /** @class */
|
|
@@ -15207,10 +15209,10 @@ var init_logger3 = __esm({
|
|
|
15207
15209
|
}
|
|
15208
15210
|
});
|
|
15209
15211
|
|
|
15210
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15212
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js
|
|
15211
15213
|
var getDefaultConfig, Config, getServerUrl, createServerConfig, RequestMetadata;
|
|
15212
15214
|
var init_config = __esm({
|
|
15213
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15215
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/config.js"() {
|
|
15214
15216
|
init_constants();
|
|
15215
15217
|
init_logger3();
|
|
15216
15218
|
init_loglevel();
|
|
@@ -15311,19 +15313,19 @@ var init_config = __esm({
|
|
|
15311
15313
|
}
|
|
15312
15314
|
});
|
|
15313
15315
|
|
|
15314
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15316
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js
|
|
15315
15317
|
function isSuccessStatusCode(code) {
|
|
15316
15318
|
return code >= 200 && code < 300;
|
|
15317
15319
|
}
|
|
15318
15320
|
var init_status_code = __esm({
|
|
15319
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15321
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/status-code.js"() {
|
|
15320
15322
|
}
|
|
15321
15323
|
});
|
|
15322
15324
|
|
|
15323
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15325
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js
|
|
15324
15326
|
var getStacktrace, getClientLogConfig, getValueByStringPath, getClientStates, debugWrapper;
|
|
15325
15327
|
var init_debug = __esm({
|
|
15326
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15328
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/utils/debug.js"() {
|
|
15327
15329
|
init_tslib_es6();
|
|
15328
15330
|
init_loglevel();
|
|
15329
15331
|
getStacktrace = function(ignoreDepth) {
|
|
@@ -15441,7 +15443,7 @@ var init_debug = __esm({
|
|
|
15441
15443
|
}
|
|
15442
15444
|
});
|
|
15443
15445
|
|
|
15444
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15446
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js
|
|
15445
15447
|
function getErrorMessage(error) {
|
|
15446
15448
|
if (error instanceof Error)
|
|
15447
15449
|
return error.message;
|
|
@@ -15459,7 +15461,7 @@ function getResponseBodyString(res) {
|
|
|
15459
15461
|
}
|
|
15460
15462
|
var Destination;
|
|
15461
15463
|
var init_destination = __esm({
|
|
15462
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15464
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/plugins/destination.js"() {
|
|
15463
15465
|
init_tslib_es6();
|
|
15464
15466
|
init_status();
|
|
15465
15467
|
init_messages();
|
|
@@ -15850,10 +15852,10 @@ var init_destination = __esm({
|
|
|
15850
15852
|
}
|
|
15851
15853
|
});
|
|
15852
15854
|
|
|
15853
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15855
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js
|
|
15854
15856
|
var BaseTransport;
|
|
15855
15857
|
var init_base2 = __esm({
|
|
15856
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15858
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/transports/base.js"() {
|
|
15857
15859
|
init_status();
|
|
15858
15860
|
init_status_code();
|
|
15859
15861
|
BaseTransport = /** @class */
|
|
@@ -15955,10 +15957,10 @@ var init_base2 = __esm({
|
|
|
15955
15957
|
}
|
|
15956
15958
|
});
|
|
15957
15959
|
|
|
15958
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15960
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js
|
|
15959
15961
|
var ServerZone;
|
|
15960
15962
|
var init_server_zone = __esm({
|
|
15961
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15963
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/server-zone.js"() {
|
|
15962
15964
|
(function(ServerZone2) {
|
|
15963
15965
|
ServerZone2["US"] = "US";
|
|
15964
15966
|
ServerZone2["EU"] = "EU";
|
|
@@ -15967,17 +15969,17 @@ var init_server_zone = __esm({
|
|
|
15967
15969
|
}
|
|
15968
15970
|
});
|
|
15969
15971
|
|
|
15970
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15972
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js
|
|
15971
15973
|
var OfflineDisabled;
|
|
15972
15974
|
var init_offline = __esm({
|
|
15973
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15975
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/types/offline.js"() {
|
|
15974
15976
|
OfflineDisabled = null;
|
|
15975
15977
|
}
|
|
15976
15978
|
});
|
|
15977
15979
|
|
|
15978
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15980
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js
|
|
15979
15981
|
var init_esm5 = __esm({
|
|
15980
|
-
"../../node_modules/.pnpm/@amplitude+analytics-core@2.
|
|
15982
|
+
"../../node_modules/.pnpm/@amplitude+analytics-core@2.37.0/node_modules/@amplitude/analytics-core/lib/esm/index.js"() {
|
|
15981
15983
|
init_core_client();
|
|
15982
15984
|
init_identify();
|
|
15983
15985
|
init_revenue();
|
|
@@ -15994,18 +15996,18 @@ var init_esm5 = __esm({
|
|
|
15994
15996
|
}
|
|
15995
15997
|
});
|
|
15996
15998
|
|
|
15997
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
15999
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js
|
|
15998
16000
|
var VERSION;
|
|
15999
16001
|
var init_version3 = __esm({
|
|
16000
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16001
|
-
VERSION = "1.5.
|
|
16002
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/version.js"() {
|
|
16003
|
+
VERSION = "1.5.34";
|
|
16002
16004
|
}
|
|
16003
16005
|
});
|
|
16004
16006
|
|
|
16005
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16007
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js
|
|
16006
16008
|
var Context2;
|
|
16007
16009
|
var init_context4 = __esm({
|
|
16008
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16010
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/plugins/context.js"() {
|
|
16009
16011
|
init_tslib_es6();
|
|
16010
16012
|
init_esm5();
|
|
16011
16013
|
init_version3();
|
|
@@ -16040,7 +16042,7 @@ var init_context4 = __esm({
|
|
|
16040
16042
|
});
|
|
16041
16043
|
var Http;
|
|
16042
16044
|
var init_http = __esm({
|
|
16043
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16045
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/transports/http.js"() {
|
|
16044
16046
|
init_tslib_es6();
|
|
16045
16047
|
init_esm5();
|
|
16046
16048
|
Http = /** @class */
|
|
@@ -16102,10 +16104,10 @@ var init_http = __esm({
|
|
|
16102
16104
|
}
|
|
16103
16105
|
});
|
|
16104
16106
|
|
|
16105
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16107
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js
|
|
16106
16108
|
var NodeConfig, useNodeConfig;
|
|
16107
16109
|
var init_config2 = __esm({
|
|
16108
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16110
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/config.js"() {
|
|
16109
16111
|
init_tslib_es6();
|
|
16110
16112
|
init_esm5();
|
|
16111
16113
|
init_http();
|
|
@@ -16123,10 +16125,10 @@ var init_config2 = __esm({
|
|
|
16123
16125
|
}
|
|
16124
16126
|
});
|
|
16125
16127
|
|
|
16126
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16128
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js
|
|
16127
16129
|
var AmplitudeNode, createInstance, node_client_default;
|
|
16128
16130
|
var init_node_client = __esm({
|
|
16129
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16131
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/node-client.js"() {
|
|
16130
16132
|
init_tslib_es6();
|
|
16131
16133
|
init_esm5();
|
|
16132
16134
|
init_context4();
|
|
@@ -16200,7 +16202,7 @@ var init_node_client = __esm({
|
|
|
16200
16202
|
}
|
|
16201
16203
|
});
|
|
16202
16204
|
|
|
16203
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16205
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js
|
|
16204
16206
|
var types_exports = {};
|
|
16205
16207
|
__export(types_exports, {
|
|
16206
16208
|
IdentifyOperation: () => IdentifyOperation,
|
|
@@ -16211,12 +16213,12 @@ __export(types_exports, {
|
|
|
16211
16213
|
SpecialEventType: () => SpecialEventType
|
|
16212
16214
|
});
|
|
16213
16215
|
var init_types4 = __esm({
|
|
16214
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16216
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/types.js"() {
|
|
16215
16217
|
init_esm5();
|
|
16216
16218
|
}
|
|
16217
16219
|
});
|
|
16218
16220
|
|
|
16219
|
-
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16221
|
+
// ../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js
|
|
16220
16222
|
var esm_exports2 = {};
|
|
16221
16223
|
__export(esm_exports2, {
|
|
16222
16224
|
Identify: () => Identify,
|
|
@@ -16237,7 +16239,7 @@ __export(esm_exports2, {
|
|
|
16237
16239
|
});
|
|
16238
16240
|
var add, groupIdentify, identify, init, logEvent, remove, revenue, setGroup, setOptOut, track, flush;
|
|
16239
16241
|
var init_esm6 = __esm({
|
|
16240
|
-
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.
|
|
16242
|
+
"../../node_modules/.pnpm/@amplitude+analytics-node@1.5.34/node_modules/@amplitude/analytics-node/lib/esm/index.js"() {
|
|
16241
16243
|
init_node_client();
|
|
16242
16244
|
init_node_client();
|
|
16243
16245
|
init_esm5();
|