@active-reach/web-sdk 1.3.0 → 1.3.1
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/aegis.min.js +1 -1
- package/dist/aegis.min.js.map +1 -1
- package/dist/{analytics-Q2zua5Gf.mjs → analytics-B0JfoAJs.mjs} +4 -1
- package/dist/{analytics-Q2zua5Gf.mjs.map → analytics-B0JfoAJs.mjs.map} +1 -1
- package/dist/core/analytics.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/react.js +1 -1
- package/package.json +1 -1
|
@@ -1954,6 +1954,7 @@ class Aegis {
|
|
|
1954
1954
|
anonymousId: this.identity.getAnonymousId(),
|
|
1955
1955
|
userId: this.identity.getUserId() || void 0,
|
|
1956
1956
|
sessionId: this.session.getSessionId(),
|
|
1957
|
+
workspace_id: this.config.workspace_id || void 0,
|
|
1957
1958
|
context: buildContext(this.config, this.session)
|
|
1958
1959
|
};
|
|
1959
1960
|
this.captureEvent(event);
|
|
@@ -1969,6 +1970,7 @@ class Aegis {
|
|
|
1969
1970
|
anonymousId: this.identity.getAnonymousId(),
|
|
1970
1971
|
userId,
|
|
1971
1972
|
sessionId: this.session.getSessionId(),
|
|
1973
|
+
workspace_id: this.config.workspace_id || void 0,
|
|
1972
1974
|
context: buildContext(this.config, this.session)
|
|
1973
1975
|
};
|
|
1974
1976
|
this.captureEvent(event);
|
|
@@ -1984,6 +1986,7 @@ class Aegis {
|
|
|
1984
1986
|
anonymousId: this.identity.getAnonymousId(),
|
|
1985
1987
|
userId: this.identity.getUserId() || void 0,
|
|
1986
1988
|
sessionId: this.session.getSessionId(),
|
|
1989
|
+
workspace_id: this.config.workspace_id || void 0,
|
|
1987
1990
|
context: buildContext(this.config, this.session)
|
|
1988
1991
|
};
|
|
1989
1992
|
this.captureEvent(event);
|
|
@@ -2215,4 +2218,4 @@ export {
|
|
|
2215
2218
|
RateLimiter as R,
|
|
2216
2219
|
logger as l
|
|
2217
2220
|
};
|
|
2218
|
-
//# sourceMappingURL=analytics-
|
|
2221
|
+
//# sourceMappingURL=analytics-B0JfoAJs.mjs.map
|