@fluidframework/app-insights-logger 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/app-insights-logger
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -11,7 +11,7 @@ You create an App Insights Instance and then configure your applications to send
11
11
  This could be general machine related health being automatically reported to the instance when you install a logging program on your service’s machines or custom metrics that you manually configure your applications to send. Keep in mind this logger is intended for use with browser based web applications, not pure nodeJS.
12
12
  In our case, we are sending custom metrics. [Learn more about Azure App Insights with their docs](https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net)
13
13
 
14
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
14
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
15
15
 
16
16
  <!-- prettier-ignore-start -->
17
17
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -102,7 +102,7 @@ From the Azure web portal, navigate to your app insights instance. Now, go to th
102
102
  | where customDimensions.name == "performance"
103
103
  ```
104
104
 
105
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
105
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
106
106
 
107
107
  <!-- prettier-ignore-start -->
108
108
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/app-insights-logger",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Contains a Fluid logging client that sends telemetry events to Azure App Insights",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,17 +47,17 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/core-interfaces": "~2.1.0",
50
+ "@fluidframework/core-interfaces": "~2.2.0",
51
51
  "@microsoft/applicationinsights-web": "^2.8.11",
52
52
  "@ungap/structured-clone": "^1.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@arethetypeswrong/cli": "^0.15.2",
56
56
  "@biomejs/biome": "~1.8.3",
57
- "@fluid-internal/mocha-test-setup": "~2.1.0",
58
- "@fluid-tools/build-cli": "^0.41.0",
57
+ "@fluid-internal/mocha-test-setup": "~2.2.0",
58
+ "@fluid-tools/build-cli": "^0.43.0",
59
59
  "@fluidframework/build-common": "^2.0.3",
60
- "@fluidframework/build-tools": "^0.41.0",
60
+ "@fluidframework/build-tools": "^0.43.0",
61
61
  "@microsoft/api-extractor": "^7.45.1",
62
62
  "@types/mocha": "^9.1.1",
63
63
  "@types/node": "^18.19.0",