-
I am getting while tracking events in Adjust. Here is my bare minimum setup :
AdjustConfig adjustConfig =
AdjustConfig(appToken, AdjustEnvironment.sandbox);
adjustConfig.logLevel = Ad…
-
```
What steps will reproduce the problem?
1. Apply trackEvent to something like a button.
2. Click the button multiple times really quickly
3. The debug GIFrequests does not have the same count as nu…
-
```
What steps will reproduce the problem?
1. Apply trackEvent to something like a button.
2. Click the button multiple times really quickly
3. The debug GIFrequests does not have the same count as nu…
-
```
What steps will reproduce the problem?
import com.google.analytics.GATracker;
// setup tracker
var tracker:GATracker = new GATracker(this, "UA-111-222", "AS3", true);
// make simple track event…
-
Please don't use a class with static a method to track event. This is clearly a dependency and it needs to be injected:
```csharp
internal static void Log(string name, IDictionary properties = nul…
-
![20191214185814](https://user-images.githubusercontent.com/23370836/70847808-ce6d6600-1ea3-11ea-8039-8052d08042a9.png)
使用雷电模拟器3.73 安卓版本为5.1.1
this.$uweb.trackEvent('抽奖', '点击') 报错
应该是js 严格模式使用了…
-
```
What steps will reproduce the problem?
import com.google.analytics.GATracker;
// setup tracker
var tracker:GATracker = new GATracker(this, "UA-111-222", "AS3", true);
// make simple track event…
-
```
What steps will reproduce the problem?
import com.google.analytics.GATracker;
// setup tracker
var tracker:GATracker = new GATracker(this, "UA-111-222", "AS3", true);
// make simple track event…
-
@brettsam I've noticed this too and believe it plays into my current issue with ApplicationInsights. No matter what i do in my config settings, the built in webjobs logger nuget Microsoft.Azure.WebJob…
-
In v2, the below pattern works well for me:
``` javascript
appInsights.setup(connectionString)
.setAutoCollectRequests(true)
.setSendLiveMetrics(true)
.start();
const attachMyTag =…