File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments