Skip to content

Commit 1e1f46c

Browse files
committed
changed error message
1 parent 54bf23b commit 1e1f46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/src/errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
5353
[AnalyticsError.COOKIES_NOT_ENABLED]:
5454
'Cookies are not enabled in this browser environment. Analytics requires cookies to be enabled.',
5555
[AnalyticsError.INVALID_ANALYTICS_CONTEXT]:
56-
'Analytics module is not supported in browser extensions environemnt.'
56+
'Firebase Analytics is not supported in browser extensions.'
5757
};
5858

5959
interface ErrorParams {

0 commit comments

Comments
 (0)