Skip to content

Commit

Permalink
update sentry to 7.120.0 (#170)
Browse files Browse the repository at this point in the history
* update sentry

Signed-off-by: Benji Visser <[email protected]>

* remove codecov

Signed-off-by: Benji Visser <[email protected]>

---------

Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks authored Nov 23, 2024
1 parent 45df81e commit 9b25038
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 74 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:
with:
cache: npm
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- run: npm test
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Sentry](https://img.shields.io/badge/sentry-enabled-green)](https://sentry.io)
[![Build Status](https://github.com/noqcks/pull-request-size/workflows/Test/badge.svg)](https://github.com/noqcks/pull-request-size/actions)
[![codecov](https://codecov.io/gh/noqcks/pull-request-size/branch/master/graph/badge.svg?token=qw3AMD6G8H)](https://codecov.io/gh/noqcks/pull-request-size)
[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)

Pull Request Size is a GitHub App that applies `size/*` labels to Pull Requests based on the total lines of code changed (additions and deletions).
Expand Down
189 changes: 122 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@noqcks/generated": "^7.23.0",
"@probot/adapter-aws-lambda-serverless": "^3.0.2",
"@sentry/node": "^7.58.0",
"@sentry/node": "^7.120.0",
"minimatch": "^5.1.6",
"probot": "^12.3.1",
"serverless": "^3.33.0"
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider:
PRIVATE_KEY: ${env:PRIVATE_KEY}
WEBHOOK_SECRET: ${env:WEBHOOK_SECRET}
NODE_ENV: production
LOG_LEVEL: debug
LOG_LEVEL: info
SENTRY_DSN: https://390c9d912ff048649882442625c3aa7d@o4504364806176768.ingest.sentry.io/4504364812795904

functions:
Expand Down

0 comments on commit 9b25038

Please sign in to comment.