getsentry / getsentry/sentry-javascript

Facilitate graphql monitoring with playground on Nest.js

未关闭
#13,133 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Feature Nest.js
主要语言
TypeScript
星标
8.7k
派生
1.8k
平均合并
1 天 17 小时
30 天内合并 PR
515

描述

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}).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。