We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6567afd commit 7ffd05fCopy full SHA for 7ffd05f
flutter/lib/src/default_integrations.dart
@@ -369,8 +369,8 @@ class LoadReleaseIntegration extends Integration<SentryFlutterOptions> {
369
final packageInfo = await _packageLoader();
370
var name = packageInfo.packageName;
371
if (name.isEmpty) {
372
- // Not all platforms have a packageName
373
- // https://github.com/getsentry/sentry-dart/issues/410
+ // Not all platforms have a packageName.
+ // If no packageName is available, use the appName instead.
374
name = _cleanAppName(packageInfo.appName);
375
}
376
0 commit comments