getsentry / getsentry/sentry-javascript

Facilitate graphql monitoring with playground on Nest.js

Đang mở
#13,133 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Feature Nest.js
Ngôn ngữ chính
TypeScript
Star
8.7k
Fork
1.8k
Merge trung bình
1 ngày 17 giờ
Pull request đã merge (30 ngày)
515

Mô tả

While debugging an issue I just realized that tracing for graphql on nest with activated playground created lots of noise in performance, making it hard to find actual queries/mutations to /graphql. I thing the reason is that the graphql playground sends introspection queries every few seconds.

DX could be improved by dropping these transactions (maybe with a config flag?).

Here's a repo to get started: https://github.com/chargome/ex.nest-gql

After spinning up the server just visit http://localhost:3000/graphql and run a simple query (query Foo{hello}).

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.