Skip to content

Commit 9a99d54

Browse files
committed
Update
1 parent 99a1dc1 commit 9a99d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dart/lib/src/hub.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class Hub {
357357
if (!_isEnabled) {
358358
_options.log(
359359
SentryLevel.warning,
360-
"Instance is disabled and this 'setAttributes' call is a no-op.",
360+
"Instance is disabled and this 'removeAttribute' call is a no-op.",
361361
);
362362
} else {
363363
final item = _peek();

0 commit comments

Comments
 (0)