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
-
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