We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b6605 commit e2cc532Copy full SHA for e2cc532
src/default.js
@@ -463,7 +463,7 @@
463
timezone = collectMetricByString("c")
464
? Intl.DateTimeFormat().resolvedOptions().timeZone
465
: undefinedVar;
466
- } catch (e) {
+ } catch (error) {
467
warn(error);
468
}
469
@@ -679,7 +679,7 @@
679
// https://github.com/simpleanalytics/roadmap/issues/462
680
try {
681
path = overwrite || decodeURIComponentFunc(loc.pathname);
682
683
684
685
0 commit comments