예제 #1
0
        void OnDebugExecutionStart()
        {
            if (_applicationTracker != null)
            {
                _applicationTracker.TrackEvent(TrackEventDebugOutput.EventCategory, TrackEventDebugOutput.F6Debug);
            }
            var handler = DebugExecutionStart;

            handler?.Invoke();
        }
예제 #2
0
 public void WhenICallTheTrackEventMethodWithEventCategoryAndEventName() => _applicationTracker.TrackEvent("Test Application Event Category", "Testing Event");