Cédric Couliou

Results 8 comments of Cédric Couliou

Yes, I have a token from onegraph with the app id. In fact, I had the following error at first: > ...\gatsby-mail\src\components\footer.js > 61:11 error Cannot query field "github" on...

Here it is: ``` # move this to .env.development to develop locally! # conversely .env.production if building locally GATSBY_OG_APP_ID=96a66e07-08c8-480e-b0f5-5c7617987ec3 # https://github.com/settings/tokens GITHUB_API_TOKEN='xxx' ```

I created a personal token on https://github.com/settings/tokens and another on https://www.onegraph.com/. I don't know which one I'm meant to use or how to validate it. :/

> You can feel free to message me a zip of your project or something on Twitter (schaudustin) or e-mail at dustin @ gatsbyjs dot com I didn't change anything...

Any workaround would be welcome...

I meet the same issue, has any one found a workaround for it?

@nblumhardt The goal is to render server logs to browser console in a test environment. Test users won't be able to see console logs so I thought this sink would...

Ok @nblumhardt , I implemented the log provider I needed in the test project I mentioned above. It behaves well but isn't a Serilog sink.