By levering Sentry API, two wp actions were added:
themeisle_capture_exception, which map to sentry\captureException
themeisle_capture_message, which map to sentry\captureMessage
[!NOTE]
Those will be moved to SDK if everything goes well
The first will be combined with the try...catch structure to monitor runtime issues. The second will log the event of the features (like 3rd party integration) to see if there are bottlenecks (like invalid authentication, invalid responses)
Summary
By levering Sentry API, two wp actions were added:
themeisle_capture_exception
, which map tosentry\captureException
themeisle_capture_message
, which map tosentry\captureMessage
The first will be combined with the
try...catch
structure to monitor runtime issues. The second will log the event of the features (like 3rd party integration) to see if there are bottlenecks (like invalid authentication, invalid responses)Will affect visual aspect of the product
NO
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/713