Why events don't appear to be showing up in the event stream with my github integration ?

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

First you need to configure your GitHub integration, see this dedicated documentation article.

Then, If you have setup your Webhook on the relevant GitHub repositories and you can see it sending data but events don’t appear to be showing up in the event stream this might come from your Webhook settings:

Instead of having your Webhook configured with content-type:application/x-www-form-urlencoded

You should set your Webhook with content-type:application/json:

github_webhook_config

Once updated you should see events flowing normally in your Datadog application. If not, feel free to reach out directly to us.