all-contributors / app

🤖 A GitHub App to automate acknowledging contributors to your open source projects
https://allcontributors.org
MIT License
553 stars 144 forks source link

fix: revert logging to the same schema as it used to be #466

Closed gr2m closed 1 year ago

gr2m commented 1 year ago

What:

Reset log schema to what it used to be

Why:

https://github.com/all-contributors/app/pull/439 change the schema of the logs we send to Logflare, which broke our dashboard at https://all-contributors.vercel.app/. Sorry that I missed that

How:

Checklist:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2023 1:38am
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f8ea664) 100.00% compared to head (4f45fd9) 100.00%.

:exclamation: Current head 4f45fd9 differs from pull request most recent head 205ccee. Consider uploading reports for the commit 205ccee to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #466 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 16 16 Lines 451 451 Branches 53 53 ========================================= Hits 451 451 ``` | [Impacted Files](https://app.codecov.io/gh/all-contributors/app/pull/466?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=all-contributors) | Coverage Δ | | |---|---|---| | [lib/process-issue-comment.js](https://app.codecov.io/gh/all-contributors/app/pull/466?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=all-contributors#diff-bGliL3Byb2Nlc3MtaXNzdWUtY29tbWVudC5qcw==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.18.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

gr2m commented 1 year ago

confirmed that it's working.