Skip to content

Commit

Permalink
chore: update console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 31, 2024
1 parent aa803af commit 87a6473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crashlytics/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class FirebaseCrashlyticsModule extends FirebaseModule {
if (isNotModularCall(arguments)) {
// eslint-disable-next-line no-console
console.warn(
'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.',
'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.',
);
}
if (!isString(name)) {
Expand Down

0 comments on commit 87a6473

Please sign in to comment.