Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refrain from overwriting the span status for unfinished spans #1577

Merged
merged 3 commits into from
Aug 22, 2023

link to relay pr

23096e2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refrain from overwriting the span status for unfinished spans #1577

link to relay pr
23096e2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Analysis of sentry_sqflite succeeded Aug 22, 2023 in 29s

Package analysis results for sentry_sqflite

Score

130/130 points
(100.0%)

Supported platforms

  • Flutter
    • android
    • ios
    • macos

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 (10/10)

✔ 10/10 points: Package has an example

Platform support (20/20)

✔ 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ MacOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:sentry_sqflite/sentry_sqflite.dart that imports:
  • package:sentry_sqflite/src/sentry_sqflite_transaction.dart that imports:
  • package:sentry_sqflite/src/sentry_batch.dart that imports:
  • package:sentry_sqflite/src/sentry_database.dart that imports:
  • package:sentry_sqflite/src/sentry_database_executor.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:sentry_sqflite/sentry_sqflite.dart that imports:
  • package:sentry_sqflite/src/sentry_sqflite_transaction.dart that imports:
  • package:sentry_sqflite/src/sentry_batch.dart that imports:
  • package:sentry_sqflite/src/sentry_database.dart that imports:
  • package:sentry_sqflite/src/sentry_database_executor.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:sentry_sqflite/sentry_sqflite.dart that imports:
  • package:sentry_sqflite/src/sentry_sqflite_transaction.dart that imports:
  • package:sentry_sqflite/src/sentry_batch.dart that imports:
  • package:sentry_sqflite/src/sentry_database.dart that imports:
  • package:sentry_sqflite/src/sentry_database_executor.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.

Pass static analysis (50/50)

✔ 50/50 points: code has no errors, warnings, lints, or formatting issues

Support up-to-date dependencies (20/20)

✔ 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
meta ^1.3.0 1.9.1 1.9.1
sentry 7.9.0 7.9.0 7.9.0
sqflite ^2.0.0 2.3.0 2.3.0
sqflite_common ^2.0.0 2.5.0 2.5.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.17.1 1.18.0
crypto - 3.0.3 3.0.3
flutter - 0.0.0 0.0.0
http - 1.1.0 1.1.0
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.6.7
material_color_utilities - 0.2.0 0.8.0
path - 1.8.3 1.8.3
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0 3.1.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 3.0.7
vector_math - 2.1.4 2.1.4

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

Versions