Sentry Supabase Integration #2913
Merged
GitHub Actions / Analysis of sentry_file
succeeded
Nov 24, 2025 in 0s
Package analysis results for sentry_file
Score
160/160 points
(100.0%)
Supported platforms
- Flutter
androidioswindowslinuxmacos
- 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)
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
51 out of 57 API elements (89.5 %) have documentation comments.
Some symbols that are missing documentation: sentry_file, sentry_file.Callback, sentry_file.SentryFile.SentryFile.new, sentry_file.SentryFileExtension, sentry_file.SentryIOOverrides.SentryIOOverrides.new.
✔ 10/10 points: Package has an example
Platform support (20/20)
✔ 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:sentry_file/sentry_file.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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 |
|---|---|---|---|---|
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
sentry |
9.8.0-beta.1 |
9.8.0-beta.1 | 9.8.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
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 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
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.
The constraint `9.8.0-beta.1` on sentry does not support the stable version `9.8.0`, that was published 20 days ago.
When sentry is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions sentry to update the constraint.
✔ 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.2
- Dart: 3.10.1
- Flutter: 3.38.3
Loading