@spiffcommerce/core 16.0.2 → 16.0.3-0

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/index.d.ts CHANGED
@@ -1995,6 +1995,13 @@ interface ClientOptions {
1995
1995
  * authenticate with the SpiffCommerce API.
1996
1996
  */
1997
1997
  applicationKey?: string;
1998
+ /**
1999
+ * When set to true, the client will instantiate a service for tracking internal errors. This allows
2000
+ * us to track errors that occur within the client, and improve the experience for our users.
2001
+ *
2002
+ * NOTE: True by default, you may disable if you have privacy requirements.
2003
+ */
2004
+ internalAnalytics?: boolean;
1998
2005
  }
1999
2006
  interface GetWorkflowGraphqlAssetsOptions {
2000
2007
  metadata?: boolean;