What is the equivalent to exception() from react-ga? #36
Answered
by
codler
DevEsteves
asked this question in
Q&A
|
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?
|
Answered by
codler
Aug 29, 2026
Replies: 1 comment
ReactGA.gtag('event', 'exception', {
description: error.message,
fatal: false
}); |
0 replies
Answer selected by
codler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#40 (comment)