Skip to content

Commit 9b9fc58

Browse files
Fix appKey invalid message
The `_appKey` is not attribuited yet, so in the error message will always shows as null. should show the `appKey` (user value) instead `_appKey`
1 parent 9f45c35 commit 9b9fc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/aptabase_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Aptabase {
7171

7272
if (parts.length != 3 || _hosts[parts[1]] == null) {
7373
_logError(
74-
"The Aptabase App Key '$_appKey' is invalid. "
74+
"The Aptabase App Key '$appKey' is invalid. "
7575
"Tracking will be disabled.",
7676
);
7777

0 commit comments

Comments
 (0)