getsentry / getsentry/sentry-javascript

Facilitate graphql monitoring with playground on Nest.js

Abierto
#13,133 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Feature Nest.js
Lenguaje dominante
TypeScript
Estrellas
8.7k
Forks
1.8k
Merge medio
1 d 17 h
PR fusionados (30 d)
515

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.