Skip to content

fix(dart): Dont guard user behind sendDefaultPii#3524

Merged
buenaflor merged 4 commits into
mainfrom
fix/send-defualt-pii-user-attributes
Feb 18, 2026
Merged

fix(dart): Dont guard user behind sendDefaultPii#3524
buenaflor merged 4 commits into
mainfrom
fix/send-defualt-pii-user-attributes

Update comments

f031a16
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Analysis of sentry_file succeeded Feb 18, 2026 in 24s

Package analysis results for sentry_file

Score

150/160 points
(93.75%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
  • 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 (10/20)

❌ 0/10 points: 20% or more of the public API has dartdoc comments

Could not run dartdoc: Exception: 1
<***>
Resolving dependencies...
Downloading packages...

  • _fe_analyzer_shared 95.0.0
  • analyzer 10.1.0
  • args 2.7.0
  • async 2.13.0
  • collection 1.19.1
  • convert 3.1.2
  • crypto 3.0.7
  • csslib 1.0.2
  • dartdoc 9.0.2
  • file 7.0.1
  • glob 2.1.3
  • html 0.15.6
  • logging 1.3.0
  • markdown 7.3.0
  • meta 1.18.1
  • package_config 2.2.0
  • path 1.9.1
  • pub_semver 2.2.0
  • source_span 1.10.2
  • string_scanner 1.4.1
  • term_glyph 1.2.2
  • typed_data 1.4.0
  • watcher 1.2.1
  • yaml 3.1.3
    Building package executables...
    <***>
    Failed to build dartdoc:dartdoc:
    /tmp/pana.1771424307878.SBXDEO/pub-cache/hosted/pub.dev/dartdoc-9.0.2/lib/src/model/package_builder.dart:120:9: Error: Undefined name 'EmbedderYamlLocator'.
    EmbedderYamlLocator.forLibFolder(skyEngineLibFolder).embedderYamls,
    ^^^^^^^^^^^^^^^^^^^
    /tmp/pana.1771424307878.SBXDEO/pub-cache/hosted/pub.dev/dartdoc-9.0.2/lib/src/model/package_builder.dart:119:23: Error: Couldn't find constructor 'EmbedderSdk'.
    var embedderSdk = EmbedderSdk(resourceProvider,
    ^^^^^^^^^^^

✔ 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.dart that 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.18.1 1.18.1
sentry /github/workspace/packages/dart 9.13.0 9.13.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.2 1.10.2
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.

✔ 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