We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177bf5a commit d9d1b7aCopy full SHA for d9d1b7a
.github/workflows/link.yml
@@ -55,4 +55,3 @@ jobs:
55
uses: ./.github/workflows/analyze.yml
56
with:
57
package: link
58
- panaThreshold: 90
CHANGELOG.md
@@ -25,7 +25,6 @@
25
26
### Enhancements
27
28
-- Enable `options.debug` when in debug mode ([#2597](https://github.com/getsentry/sentry-dart/pull/2597))
29
- Print a warning if the rate limit was reached ([#2595](https://github.com/getsentry/sentry-dart/pull/2595))
30
- Add replay masking config to tags and report SDKs versions ([#2592](https://github.com/getsentry/sentry-dart/pull/2592))
31
link/pubspec_overrides.yaml
@@ -0,0 +1,3 @@
1
+dependency_overrides:
2
+ sentry:
3
+ path: ../dart
0 commit comments