Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Event System reporting #935

Closed
wants to merge 3 commits into from
Closed

Conversation

Soare-Robert-Daniel
Copy link
Contributor

@Soare-Robert-Daniel Soare-Robert-Daniel commented Apr 19, 2024

Summary

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)

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

@Soare-Robert-Daniel Soare-Robert-Daniel added the pr-checklist-skip Allow this Pull Request to skip checklist. label Apr 19, 2024
@Soare-Robert-Daniel Soare-Robert-Daniel self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-checklist-skip Allow this Pull Request to skip checklist.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant