Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

Bumps @microsoft/applicationinsights-web from 2.8.18 to 3.3.10.

Release notes

Sourced from @​microsoft/applicationinsights-web's releases.

3.3.10

Changelog

This release includes:

  • Support for custom providers for Offline Channel which has added customProvider and customUnloadProvider to the IOfflineChannelConfiguration.
  • IAnalyticsConfig is exported for Analytics extension.
  • redactUrls and redactQueryParams are added to IConfiguration to support URL redaction.

#2649 [Main][Task] 27922617: Provide Custom Provider Under Web Worker for Offline Channel #2638 [Main][Task] 34470593: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern #2637 [Main][Task] 34470593: 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

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​microsoft/applicationinsights-web's changelog.

3.3.10 (Sept 22nd, 2025)

Interface changes

This release includes:

  • 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] 27922617: Provide Custom Provider Under Web Worker for Offline Channel
  • #2638 [Main][Task] 34470593: Update Async Tests Under Dependencies Extension To Use the Modern AsyncQueue Pattern
  • #2637 [Main][Task] 34470593: 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

3.3.9 (June 25th, 2025)

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] 33246973: Update Readme on Error Handler
  • #2581 Export ICorrelationConfig interface from dependencies extension
  • #2587 Click Analytics - Fix capturning of HTML events

Web Snippet Release 1.2.2 (June 2nd, 2025)

This release adds support for Trusted Types in the Application Insights JavaScript SDK snippet loader. See more details here.

Changelog

  • #2407 Custom Trusted Type Policy Support for Snippet Script Injection

3.3.8 (May 22nd, 2025)

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.

... (truncated)

Commits
  • 4835556 [Release] Increase version to 3.3.10 (#2650)
  • a17c60d [Main][Task] 27922617: Provide Custom Provider Under Web Worker for Offline C...
  • f7a8f9d [Main][Task] 34470593: Update Async Tests Under Dependencies Extension To Use...
  • 1ab8a0f [Main][Task] 34470593: Update AISKU Async Tests To Use the Modern AsyncQueue ...
  • 388ad52 [Feature] Implement cookie caching when disabled and automatic flushing when ...
  • d92db5c Ensure parent is defined before checking length in getImageHref function (#2636)
  • 01c7177 Fix issue #2634 moving the conditional check for filtering (#2635)
  • 8edf49b Fix flush method root cause - handle async callbacks in _doSend with proper e...
  • 9b8a82a Update Async Tests Under AISKULight to Use the Modern AsyncQueue Pattern (#2607)
  • 79f4585 Fix jq syntax error in Delete Merged Branches workflow (#2630)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 2.8.18 to 3.3.10.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@2.8.18...3.3.10)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-version: 3.3.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added category: engineering dependencies Pull requests that update a dependency file labels Sep 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 24, 2025 08:08
@dependabot dependabot bot added category: engineering dependencies Pull requests that update a dependency file labels Sep 24, 2025
@v-sharmachir v-sharmachir added the status: blocked This issue is blocked. label Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: engineering dependencies Pull requests that update a dependency file status: blocked This issue is blocked.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant