Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2025

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

Release notes

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

3.3.8

Changelog

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.

#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

What's Changed

New Contributors

Full Changelog: microsoft/ApplicationInsights-JS@3.3.7...3.3.8

3.3.7

Changelog

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.

commits

  • #2518 Remove Generated docs from the repo
  • #2514 Address issues with isFeatureEnabled changes
  • #2517 Update Components to address governance issues
  • #2501 [Main][Task]31233527:Change Default RequestSizeLimitBytes
  • #2507 [main] Handle race condition during unload
  • #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
  • #2489 [main][stats beat] implement stats beat in application insights

... (truncated)

Changelog

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

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.

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

3.3.7 (May 7th, 2025)

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

  • #2518 Remove Generated docs from the repo
  • #2514 Address issues with isFeatureEnabled changes
  • #2517 Update Components to address governance issues
  • #2501 [Main][Task]31233527:Change Default RequestSizeLimitBytes
  • #2507 [main] Handle race condition during unload
  • #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
  • #2489 [main][stats beat] implement stats beat in application insights

3.3.6 (March 4th, 2025)

Changelog

  • #2481 [Main][Task]31338239: Add Config to allow excluding the configuration endpoints from being reported
  • #2486 Minification improvements

3.3.5 (Feb 3rd, 2025)

Changelog

Issues

  • #2430 [BUG] Type signature for stopTrackEvent is incorrect
  • #2442 [BUG] [Snippet] Unhandled exceptions are reported twice

... (truncated)

Commits
  • c628245 [Task] Fix CodeQL version to v2 (#2547)
  • af80972 [Release] Increase version to 3.3.8 (#2542)
  • 493dc40 Fix Click Analytics contentName callback in v3.3.7 (#2535)
  • 0f42a7c Fix ReferenceError in Click Analytics v3.3.7 by reordering variable declarati...
  • a38e08e add negative isArray check to _isConfigDefaults (#2530)
  • 76ebbff Fix TestCase PollingAssert argument passing for testContext (#2526)
  • f4a2cf1 Add back "request" devDependency for now (#2525)
  • 6e145d9 Update Components to address governance issues (#2524)
  • 1647e6f [Release] Increase version to 3.3.7 (#2520)
  • 123ba4c Update Components to address governance issues (#2517)
  • 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.8.
- [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.8)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-web"
  dependency-version: 3.3.8
  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 May 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 23, 2025 09:01
@dependabot dependabot bot added category: engineering dependencies Pull requests that update a dependency file labels May 23, 2025
@v-sharmachir v-sharmachir added the status: blocked This issue is blocked. label May 23, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2025

Superseded by #7621.

@dependabot dependabot bot closed this Jun 26, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/microsoft/applicationinsights-web-3.3.8 branch June 26, 2025 08:36
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