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
Support for custom providers for Offline Channel which has added customProvider and customUnloadProvider interfaces to the IOfflineChannelConfiguration.
IAnalyticsConfig is exported for Analytics extension.
redactUrls and redactQueryParams are added to IConfiguration to support URL redaction.
Changelog
#2649 [Main][Task] 2792261: Provide Custom Provider Under Web Worker for Offline Channel
#2638 [Main][Task] 3447059: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern
#2637 [Main][Task] 3447059: Update AISKU Async Tests To Use the Modern AsyncQueue Pattern
#2636 Fix TypeError in Click Analytics Data Collector
#2633 Fix flush method root cause - handle async callbacks in _doSend with proper error handling
#2632 [Feature] Implement cookie caching when disabled and automatic flushing when enabled with backward compatibility option
#2625 Add Azure API Management proxy documentation to FAQ sections
#2607 Update Async Tests Under AISKULight to Use the Modern AsyncQueue Pattern
#2597 Fix TypeScript compatibility issue with ITelemetryPlugin interface
#2595 Fix trackPageView not resetting maxAjaxCallsPerView counter
#2583 Create IAnalyticsConfig interface to properly define AnalyticsPlugin configuration subset
#2625 Add Azure API Management proxy documentation to FAQ sections
#2627 Add weekly GitHub action to delete closed and merged branches
#2635 Fix issue #2634 moving the conditional check for filtering
#2549 Redacting urls before sending to telemetry data
#2622 Suppressed credentials inline to avoid credscan false positive
This release contains an important fix for a change introduced in v3.3.7 that caused the autoCaptureHandler to incorrectly evaluate elements within trackElementsType, resulting in some click events not being auto-captured. See more details here.
Changelog
#2556 Update SDK Loader to rename the snippet postfix file to avoid CodeQL scanning issues
#2586 [AI][Task] 3324697: Update Readme on Error Handler
#2581 Export ICorrelationConfig interface from dependencies extension
#2587 Click Analytics - Fix capturning of HTML events
This release contains an important fix for a change introduced in v3.3.7 that caused a ReferenceError exception to be thrown when running in strict mode. See more details here.
Changelog
#2524 Update Components to address governance issues
#2536 Fix ReferenceError in Click Analytics v3.3.7 by reordering variable declaration
#2530 Add negative isArray check to _isConfigDefaults
This release contains a potential breaking change due to the new compress api feaure added. If you are using a Proxy to redirect your telemetry to your own endpoint or are relying on the events to be uncompressed (this feature is initially disabled and it is intended to be enabled by the service in the near future), it is recommended to either update collection endpoint to support GZip or to explicitly disable the feature. See more details here.
#2513 [Main][Task]32698211: Add a Config to Allow Users to Change Max Number of Events Per Batch
Note: New Config maxEvtPerBatch is added to the post channel IChannelConfiguration.
#2511 [Main][Task]31233527: Add a Config to Allow Users to Change RequestSizeLimitBytes
Note: New Config requestLimit is added to the post channel IChannelConfiguration.
#2506 Drop correlation header to be passed on the dependency
Note: Option to drop the enrichment of correlation header during dependency processing is added to DependencyListenerFunction
#2504 [main] [Click analytics] not logging no native html input elements
Note: trackElementTypes is added to IClickAnalyticsConfiguration to allow additional, configurable HTML element types to be tracked in addition to the default set
#2451 [main] enable compress api in 1ds-post-channel and applicationinsights-channel
Note: Using compress api feature is added through feature flag zipPayload and is currently disabled by default. See how to enable this feature and more details.
#2489 [main][stats beat] implement stats beat in application insights
Configuration
📅 Schedule: (in timezone Europe/London)
Branch creation
Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
Automerge
"after 10am every weekday,before 4pm every weekday"
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
renovateBot
changed the title
Update dependency @microsoft/applicationinsights-web to v3.3.8
Update dependency @microsoft/applicationinsights-web to v3.3.9
Jul 3, 2025
renovateBot
changed the title
Update dependency @microsoft/applicationinsights-web to v3.3.9
Update dependency @microsoft/applicationinsights-web to v3.3.10
Oct 1, 2025
renovateBot
changed the title
Update dependency @microsoft/applicationinsights-web to v3.3.10
Update dependency @microsoft/applicationinsights-web to v3.3.11
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.6→3.3.11Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/ApplicationInsights-JS (@microsoft/applicationinsights-web)
v3.3.11Compare Source
Changelog
Infrastructure changes
Web snippet 1.2.3 (November 10, 2025)
v3.3.10Compare Source
Interface changes
This release includes:
customProviderandcustomUnloadProviderinterfaces to theIOfflineChannelConfiguration.IAnalyticsConfigis exported for Analytics extension.redactUrlsandredactQueryParamsare added toIConfigurationto support URL redaction.Changelog
2792261: Provide Custom Provider Under Web Worker for Offline Channel3447059: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern3447059: Update AISKU Async Tests To Use the Modern AsyncQueue Patternv3.3.9Compare Source
This release contains an important fix for a change introduced in v3.3.7 that caused the
autoCaptureHandlerto incorrectly evaluate elements withintrackElementsType, resulting in some click events not being auto-captured. See more details here.Changelog
3324697: Update Readme on Error Handlerv3.3.8Compare Source
This release contains an important fix for a change introduced in v3.3.7 that caused a ReferenceError exception to be thrown when running in strict mode. See more details here.
Changelog
v3.3.7Compare Source
Potential breaking change
This release contains a potential breaking change due to the new compress api feaure added. If you are using a Proxy to redirect your telemetry to your own endpoint or are relying on the events to be uncompressed (this feature is initially disabled and it is intended to be enabled by the service in the near future), it is recommended to either update collection endpoint to support GZip or to explicitly disable the feature. See more details here.
Changelog
maxEvtPerBatchis added to the post channelIChannelConfiguration.requestLimitis added to the post channelIChannelConfiguration.DependencyListenerFunctiontrackElementTypesis added toIClickAnalyticsConfigurationto allow additional, configurable HTML element types to be tracked in addition to the default setzipPayloadand is currently disabled by default. See how to enable this feature and more details.Configuration
📅 Schedule: (in timezone Europe/London)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.