You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create an Apollo Link package designed to monitor and log failed GraphQL queries to the standard error stream. This enhancement aims to improve observability and debugging capabilities within FaustJS projects by providing a mechanism to track failed queries in real-time.
Acceptance Criteria
New package called @faustwp-apollo created
New Apollo Link that logs failed GraphQL queries to the standard error stream.
Technical references
apollo-link-sentry can provide valuable insights into implementation strategies and best practices for integrating monitoring capabilities into Apollo Client-based applications.
Description
We need to create an Apollo Link package designed to monitor and log failed GraphQL queries to the standard error stream. This enhancement aims to improve observability and debugging capabilities within FaustJS projects by providing a mechanism to track failed queries in real-time.
Acceptance Criteria
Technical references
The text was updated successfully, but these errors were encountered: