feat: trace connected metrics #3450
Draft
GitHub Actions / Analysis of sentry_drift
succeeded
Jan 15, 2026 in 55s
Package analysis results for sentry_drift
Score
160/160 points
(100.0%)
Supported platforms
- Flutter
androidioswindowslinuxmacosweb
- Dart
native-aot
Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)native-jit
Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)web
Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)
Details
Follow Dart file conventions (30/30)
✔ 10/10 points: Provide a valid pubspec.yaml
✔ 5/5 points: Provide a valid README.md
✔ 5/5 points: Provide a valid CHANGELOG.md
✔ 10/10 points: Use an OSI-approved license
Detected license: MIT.
Provide documentation (20/20)
✔ 10/10 points: 20% or more of the public API has dartdoc comments
12 out of 15 API elements (80.0 %) have documentation comments.
Some symbols that are missing documentation: sentry_drift, sentry_drift.SentryQueryInterceptor.SentryQueryInterceptor.new, sentry_drift.SentryQueryInterceptor.spanHelper.
✔ 10/10 points: Package has an example
Platform support (20/20)
✔ 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
✔ 0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
Pass static analysis (50/50)
✔ 50/50 points: code has no errors, warnings, lints, or formatting issues
Support up-to-date dependencies (40/40)
✔ 10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
drift |
^2.24.0 |
2.30.1 | 2.30.1 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
sentry |
9.9.2 |
9.9.2 | 9.9.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqlite3 |
- | 2.9.4 | 3.1.3 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
✔ 10/10 points: Package supports latest stable Dart and Flutter SDKs
✔ 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Versions
- Pana: 0.23.5
- Dart: 3.10.7
- Flutter: 3.38.6
Loading