You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: libraries/bot-applicationinsights/src/main/java/com/microsoft/bot/applicationinsights/ApplicationInsightsBotTelemetryClient.java
Copy file name to clipboardExpand all lines: libraries/bot-applicationinsights/src/main/java/com/microsoft/bot/applicationinsights/AvailabilityTelemetry.java
+38-18Lines changed: 38 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@
12
12
importjava.util.concurrent.ConcurrentMap;
13
13
14
14
/**
15
-
* We took this class from https://github.com/microsoft/ApplicationInsights-Java/issues/1099
16
-
* as this is not already migrated in ApplicationInsights-Java library.
15
+
* We took this class from
16
+
* https://github.com/microsoft/ApplicationInsights-Java/issues/1099 as this is
17
+
* not already migrated in ApplicationInsights-Java library.
Copy file name to clipboardExpand all lines: libraries/bot-applicationinsights/src/main/java/com/microsoft/bot/applicationinsights/core/TelemetryInitializerMiddleware.java
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,15 @@ public class TelemetryInitializerMiddleware implements Middleware {
27
27
28
28
/**
29
29
* Initializes a new instance of the {@link TelemetryInitializerMiddleware}.
30
+
*
30
31
* @param withTelemetryLoggerMiddleware The TelemetryLoggerMiddleware to use.
31
-
* @param withLogActivityTelemetry Boolean determining if you want to log telemetry activity
32
+
* @param withLogActivityTelemetry Boolean determining if you want to log
Copy file name to clipboardExpand all lines: libraries/bot-applicationinsights/src/test/java/com/microsoft/bot/applicationinsights/BotTelemetryClientTests.java
Copy file name to clipboardExpand all lines: libraries/bot-applicationinsights/src/test/java/com/microsoft/bot/applicationinsights/MyBotTelemetryClient.java
0 commit comments