@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/react.cjs CHANGED
@@ -309,7 +309,7 @@ function hzAnonId() {
309
309
  }
310
310
 
311
311
  // src/version.ts
312
- var VERSION = "0.3.30";
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,