@gradientedge/cdk-utils-azure 2.25.0 → 2.26.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.
@@ -117,8 +117,8 @@ export class SiteWithWebApp extends CommonAzureConstruct {
117
117
  */
118
118
  createWebAppSiteConfig() {
119
119
  this.site.environmentVariables = {
120
- APPINSIGHTS_INSTRUMENTATIONKEY: this.applicationInsights.instrumentationKey,
121
- APPLICATIONINSIGHTS_CONNECTION_STRING: this.applicationInsights.connectionString,
120
+ OTEL_APPINSIGHTS_INSTRUMENTATIONKEY: this.applicationInsights.instrumentationKey,
121
+ OTEL_APPLICATIONINSIGHTS_CONNECTION_STRING: this.applicationInsights.connectionString,
122
122
  ApplicationInsightsAgent_EXTENSION_VERSION: '~3',
123
123
  OTEL_SDK_DISABLED: 'false',
124
124
  BUILD_VERSION: '0.0.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils-azure",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",