Skip to content

Commit 9952c98

Browse files
authored
Update log message to include the function name
1 parent 8bfd99d commit 9952c98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flutter/lib/src/sentry_flutter.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ mixin SentryFlutter {
243243
// ignore: invalid_use_of_internal_member
244244
Sentry.currentHub.options.logger(
245245
SentryLevel.debug,
246-
'Native integration is not available. Make sure SentryFlutter is initialized before accessing this API.',
246+
'Native integration is not available. Make sure SentryFlutter is initialized before accessing the pauseAppHangTracking API.',
247247
);
248248
return Future<void>.value();
249249
}
@@ -257,7 +257,7 @@ mixin SentryFlutter {
257257
// ignore: invalid_use_of_internal_member
258258
Sentry.currentHub.options.logger(
259259
SentryLevel.debug,
260-
'Native integration is not available. Make sure SentryFlutter is initialized before accessing this API.',
260+
'Native integration is not available. Make sure SentryFlutter is initialized before accessing the resumeAppHangTracking API.',
261261
);
262262
return Future<void>.value();
263263
}

0 commit comments

Comments
 (0)