-
I am using NativeAdView in react-native my ad component . And its not reflecting / removed after some time.This is a random issue which i am facing . below is my code.
useEffect(() => {
if (re…
-
Hi All,
I'm attempting to send an event with some custom data to App Insights and I'm not seeing ANY events appearing there. I have confirmed I'm using the correct Instrumentation Key and have used …
-
# Issue
Getting a warning on the browser console "Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.".
This happe…
-
![image](https://github.com/analytics-debugger/ga4mp/assets/7795999/31fccfee-cc72-409b-8fc8-01bbc8db8cbe)
Hello everybody,
thanks for this awesome lib, i was using ga4lite before to reduce the j…
-
Hi, thanks for analyticsjs!
When using it on in a long-running server calling `trackEvent` after every request, the memory usage of the process grows forever. This shows the process's growing memor…
-
How can this be used in Android applications now that ApplicationInsights-Android has been deprecated?
Specifically configuring the connection string is a bit non-Android. On Android you don't typica…
-
Steps to Reproduce:
Have 1 YouTube component, pass the VideoID.
Have a function that OnClick changes the VideoID to another.
You can see that the "pause" event gets fired for the new video ID…
-
Tracking of telemetry appears to be lost if TRACK POST is performed while network is down.
Reproduction Steps:
**With Network On**
Perform a trackEvent
Wait for TRACK POST
Perform a trackEvent
…
-
On iOS 7.0.3, calling window.plugins.gaPlugin.trackEvent() if the final variable has a value of undefined. I discovered this as I have a wrapper function for this call in order to allow me to use the …
-
**Describe the bug**
FirebaseAnaltyics behaves badly if don't wait for initializeFirebase to return, and call trackEvent.
**To Reproduce**
```js
export async function initFirebase() {
ret…