Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 534 Bytes

File metadata and controls

13 lines (8 loc) · 534 Bytes

Home > @yext/analytics > AnalyticsConfig > debug

AnalyticsConfig.debug property

Used to enable debug mode, which is false by default. When enabled the SDK will not send requests to the Events API, but will log the request with other useful debug information instead.

Signature:

debug?: boolean;