getsentry / sentry-dart-plugin

A Dart Build Plugin that uploads debug symbols for Android, iOS/macOS and source maps for Web to Sentry via sentry-cli
MIT License
68 stars 28 forks source link

Empty files emit warning #203

Open dickermoshe opened 9 months ago

dickermoshe commented 9 months ago

Empty files result in this warning

Minified Scripts
    ~/lib/src/services/database/database.dart (no sourcemap ref)
      - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/lib/src/services/database/database.dart)
    ~/lib/src/startup.dart (no sourcemap ref)
      - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/lib/src/startup.dart)

A warning should only be show if the file contains code.