@tracelog/lib 2.7.3-rc.98.3 → 2.7.3-rc.98.4

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.
@@ -4030,6 +4030,8 @@ class Cs extends _ {
4030
4030
  headers: { "Content-Type": "application/json" },
4031
4031
  body: JSON.stringify({ attributes: { [Ms]: e } }),
4032
4032
  credentials: "same-origin"
4033
+ }).then((t) => {
4034
+ t.ok || (this.lastSyncedSessionId = null, a("debug", "Shopify cart attribute update failed", { data: { status: t.status } }));
4033
4035
  }).catch(() => {
4034
4036
  this.lastSyncedSessionId = null, a("debug", "Shopify cart attribute update failed");
4035
4037
  });