-
Notifications
You must be signed in to change notification settings - Fork 97
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
Official Sentry Nest.js support in 8.x
of the Sentry SDK
#123
Comments
@AbhiPrasad Does it also support GraphQL in NestJS? I tried setting it up using the Sentry.graphqlIntegration() integration, but the tracked data is entirely different from before and also does not really track GraphQL sessions. It just shows the exceptions which are thrown, for example due to missing Authentication. |
Are you referring to errors or performance monitoring? What specifically do you mean by tracking GraphQL sessions? In general this seems like something we need to fix! If you open a GH issue on https://github.com/getsentry/sentry-javascript with results that you expect, we can address your use case and update the docs accordingly. |
The primary point holding our org back is ambiguity in enriching events, the current docs still refer to deprecated API calls and from the docs it isn't clear there's any help in gathering details that we're gathering now. Including transactions with route paths, status codes and tagging of services/controller affected. A switch is however interesting as a lot of this information is working but not well with inexplicably incorrect information for certain code paths. Feedback & feature requests best submitted as GH issues as well? If things are resolved by Q3 it might be worth for us to step and contribute. |
Yes please - we'll get an SDK engineer to help tackle your request.
We were planning to deprecate this API in
our integration is new, so we do have some improvements to data quality to make here. Any and all feedback very much appreciated. |
In
8.x
of the Sentry SDK, we added official Nest.js support: https://docs.sentry.io/platforms/javascript/guides/nestjs/If you have any suggestions for features, please reach out!
The text was updated successfully, but these errors were encountered: