We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apollo-server-plugin-sentry npm package, based on this:
apollo-server-plugin-sentry
https://gist.github.com/nodkz/d14b236d67251d2df5674cb446843732
didEncounterErrors(): https://www.apollographql.com/docs/apollo-server/integrations/plugins/#didencountererrors receives a GraphQLRequestContext: https://github.com/apollographql/apollo-server/blob/dcbbc34/packages/apollo-server-types/src/index.ts#L61-L92
didEncounterErrors()
GraphQLRequestContext
Sentry docs: https://github.com/getsentry/sentry-javascript/tree/master/packages/node http://getsentry.github.io/sentry-javascript/modules/minimal.html#captureevent
Then add to branch 29 and expand Error reporting section
Error reporting
The text was updated successfully, but these errors were encountered:
Create two subsections:
or three with health checks
Sorry, something went wrong.
No branches or pull requests
apollo-server-plugin-sentry
npm package, based on this:https://gist.github.com/nodkz/d14b236d67251d2df5674cb446843732
didEncounterErrors()
: https://www.apollographql.com/docs/apollo-server/integrations/plugins/#didencountererrorsreceives a
GraphQLRequestContext
: https://github.com/apollographql/apollo-server/blob/dcbbc34/packages/apollo-server-types/src/index.ts#L61-L92Sentry docs:
https://github.com/getsentry/sentry-javascript/tree/master/packages/node
http://getsentry.github.io/sentry-javascript/modules/minimal.html#captureevent
Then add to branch 29 and expand
Error reporting
sectionThe text was updated successfully, but these errors were encountered: