We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bf23b commit 1e1f46cCopy full SHA for 1e1f46c
packages/analytics/src/errors.ts
@@ -53,7 +53,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
53
[AnalyticsError.COOKIES_NOT_ENABLED]:
54
'Cookies are not enabled in this browser environment. Analytics requires cookies to be enabled.',
55
[AnalyticsError.INVALID_ANALYTICS_CONTEXT]:
56
- 'Analytics module is not supported in browser extensions environemnt.'
+ 'Firebase Analytics is not supported in browser extensions.'
57
};
58
59
interface ErrorParams {
0 commit comments