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

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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.