Skip to content

Commit 7ffd05f

Browse files
committed
Improve comment
1 parent 6567afd commit 7ffd05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter/lib/src/default_integrations.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ class LoadReleaseIntegration extends Integration<SentryFlutterOptions> {
369369
final packageInfo = await _packageLoader();
370370
var name = packageInfo.packageName;
371371
if (name.isEmpty) {
372-
// Not all platforms have a packageName
373-
// https://github.com/getsentry/sentry-dart/issues/410
372+
// Not all platforms have a packageName.
373+
// If no packageName is available, use the appName instead.
374374
name = _cleanAppName(packageInfo.appName);
375375
}
376376

0 commit comments

Comments
 (0)