sentry-dart-plugin
sentry-dart-plugin copied to clipboard
Empty files emit warning
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.
This does not impact source context, this warning can be safely ignored.
Will keep this open so we can investigate in the future, afaik there is a way to properly reference dart files so the warnings dont come up anymore