@honeybadger-io/js 6.1.0 → 6.1.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.
@@ -371,6 +371,7 @@ var require$$0 = /*@__PURE__*/getAugmentedNamespace(stackTraceParser_esm);
371
371
  if (notice.cause) {
372
372
  var causes = [];
373
373
  var cause = notice;
374
+ // @ts-ignore this throws an error if tsconfig.json has strict: true
374
375
  while (causes.length < 3 && (cause = cause.cause)) {
375
376
  causes.push({
376
377
  class: cause.name,
@@ -814,7 +815,7 @@ var store_1 = store;
814
815
  var notifier = {
815
816
  name: 'honeybadger-js',
816
817
  url: 'https://github.com/honeybadger-io/honeybadger-js',
817
- version: '6.1.0'
818
+ version: '6.1.2'
818
819
  };
819
820
  // Split at commas and spaces
820
821
  var TAG_SEPARATOR = /,|\s+/;