@hanzo/event 0.3.30 → 0.3.31
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/{core-ZXDaPEyY.d.cts → core-CIhI2R7S.d.cts} +0 -4
- package/dist/{core-ZXDaPEyY.d.ts → core-CIhI2R7S.d.ts} +0 -4
- package/dist/index.cjs +1 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/dist/react.cjs +1 -5
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.mjs +1 -5
- package/dist/react.mjs.map +1 -1
- package/hz.js +1 -1
- package/package.json +1 -1
- package/src/core.test.ts +0 -9
- package/src/core.ts +0 -6
- package/src/version.ts +1 -1
package/dist/react.cjs
CHANGED
|
@@ -309,7 +309,7 @@ function hzAnonId() {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
// src/version.ts
|
|
312
|
-
var VERSION = "0.3.
|
|
312
|
+
var VERSION = "0.3.31";
|
|
313
313
|
|
|
314
314
|
// src/sentry.ts
|
|
315
315
|
var MAX_FRAMES = 50;
|
|
@@ -757,10 +757,6 @@ var Analytics = class {
|
|
|
757
757
|
this.started = false;
|
|
758
758
|
/** Guards against an error thrown *inside* the error path re-entering it. */
|
|
759
759
|
this.reentrant = false;
|
|
760
|
-
/** track is an alias of capture (Segment familiarity). */
|
|
761
|
-
this.track = this.capture.bind(this);
|
|
762
|
-
/** captureException — @sentry-familiar alias of captureError. */
|
|
763
|
-
this.captureException = this.captureError.bind(this);
|
|
764
760
|
this.cfg = {
|
|
765
761
|
host: DEFAULT_HOST,
|
|
766
762
|
batchSize: 20,
|