What is the equivalent to exception() from react-ga? #36
Unanswered
DevEsteves
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the package react-ga, there's the method exception(), I didn't find it here.
How can i perform something such as the following example using react-ga4?
export const logException = (description = '', fatal = false) => { if (description) { ReactGA.exception({ description, fatal }) } }Beta Was this translation helpful? Give feedback.
All reactions