Skip to content

Commit 87a6473

Browse files
chore: update console.warn
1 parent aa803af commit 87a6473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crashlytics/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class FirebaseCrashlyticsModule extends FirebaseModule {
115115
if (isNotModularCall(arguments)) {
116116
// eslint-disable-next-line no-console
117117
console.warn(
118-
'This v8 method is deprecated and will be removed in the next major release as part of move to match Firebase Web modular v9 SDK API. Please use `log()` instead.',
118+
'This v8 method is deprecated and will be removed in the next major release as part of move to match Firebase Web modular v9 SDK API. Please use `setAttribute()` instead.',
119119
);
120120
}
121121
if (!isString(name)) {

0 commit comments

Comments
 (0)