Skip to content

Commit

Permalink
chore: fix link ci for release and changelog (#2612)
Browse files Browse the repository at this point in the history
* fix

* remove analysis threshold in link ci
  • Loading branch information
buenaflor authored Jan 23, 2025
1 parent 177bf5a commit d9d1b7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:
uses: ./.github/workflows/analyze.yml
with:
package: link
panaThreshold: 90
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

### Enhancements

- Enable `options.debug` when in debug mode ([#2597](https://github.com/getsentry/sentry-dart/pull/2597))
- Print a warning if the rate limit was reached ([#2595](https://github.com/getsentry/sentry-dart/pull/2595))
- Add replay masking config to tags and report SDKs versions ([#2592](https://github.com/getsentry/sentry-dart/pull/2592))

Expand Down
3 changes: 3 additions & 0 deletions link/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
sentry:
path: ../dart

0 comments on commit d9d1b7a

Please sign in to comment.