-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): update dependency @microsoft/applicationinsights-web to v3 #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/microsoft-applicationinsights-web-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
f1f0d19 to
52170fe
Compare
52170fe to
3033ceb
Compare
3033ceb to
01833aa
Compare
01833aa to
dd2bc98
Compare
dd2bc98 to
f37a0eb
Compare
eebbaab to
72a4ae2
Compare
72a4ae2 to
41ce0ae
Compare
41ce0ae to
15400c8
Compare
15400c8 to
d36bce2
Compare
d36bce2 to
f36e7ce
Compare
f36e7ce to
2d82889
Compare
2d82889 to
790e74c
Compare
790e74c to
e9d2e57
Compare
e9d2e57 to
022182f
Compare
022182f to
804a31d
Compare
804a31d to
24353a7
Compare
24353a7 to
73f07d7
Compare
73f07d7 to
750e5d0
Compare
750e5d0 to
330ed09
Compare
330ed09 to
790200b
Compare
790200b to
5470ee4
Compare
5470ee4 to
7db0e68
Compare
7db0e68 to
cc35f13
Compare
cc35f13 to
49cf8dc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^2.8.7->^3.3.10Release Notes
microsoft/ApplicationInsights-JS (@microsoft/applicationinsights-web)
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.v3.3.6Compare Source
Changelog
v3.3.5Compare Source
Changelog
Issues
Commits
v3.3.4Compare Source
Changelog
v3.3.3Compare Source
Changelog
splitEvtsis added to Offline Channel Config. By enabling it, offline events will be batched and saved separately based on persistence level2944563: Fix Promise Initialization Sender Config Issuev3.3.2Compare Source
Changelog
expCfgis moved fromIConfigtoIConfiguration(this change is going to cause the TypeScript type error).v3.3.1Compare 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.0Compare Source
Potential breaking change
This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.
Changelog
!! potential breaking changes. IConfiguration support Promise types for the connectionString, instrumentationKey and endpointURL
v3.2.2Compare Source
Changelog
v3.2.1Compare Source
Changelog
v3.2.0Compare Source
!! CfgSync plugin is turned on. Throttling Ikey depreciation message is enabled with sampling rate 0.0001%
##2317
!! Sender has breaking changes. The key used for session storage is changed and items stored in the storage now contain retry counts.
##2324
Changelog
v3.1.2Compare Source
!! Critical Bug fix for Memoery Leak !!
#2311
It also contains a packaging fix for webpack #2307 (caused by [#2306]](#2306) ) and
Changelog
v3.1.1Compare Source
Changelog
Web snippet additional update to 1.1.2 (March 1st, 2024)
Refer to #2284 [Web-Snippet] [BUG] @microsoft/applicationinsights-web-snippet version 1.1.1 type problem
Web snippet additional update to 1.1.1 (Feb 16th, 2024)
Refer to #2277 [Web-Snippet] dependency chain issues
v3.1.0Compare Source
Interface changes / Breaking changes
This release includes support for a new Offline Channel which has changed the
IChannelsControlsinterface to include additional support for the newofflinechannel. This change is to support the newofflinechannel and is a breaking change for any custom channels that implement theIChannelsControlsinterface. If you have a custom channel that implements theIChannelsControlsinterface you will need to update your implementation to include the newofflinechannel.Configuration default changes
As this is a minor version bump we have also change some default values for the following configuration options:
disableUserInitMessageis nowtrueby default to disable the user init message.Potential breaking change
This release contains a potential break change with 'tags' type change
While the interface changes are breaking changes, the changes are not expected to affect the majority of users as when the code attempted to serialize the
tagsproperty it would have failed due to theTags[]type being used instead of the correctTagstype.Old
New
New Offline Channel
This release also includes the new
offlinechannel which is a new channel that is designed to support offline scenarios. Theofflinechannel is designed to store telemetry items in local storage and then send them when the user comes back online.To take full advantage of the initial version you will need to implement your own IOfflineListener to handle situations where you may have "network" connectivity but not internet access. As the
navigator.onLineproperty if available will only tell you if you have network connectivity and not internet access.Changelog
disableUserInitMessagetotrue(was previously false since adding)v3.0.9Compare Source
!! Critical Bug fix for Memory Leak !!
#2311
It also contains a packaging fix for webpack #2307 (caused by [#2306]](#2306) ) and
Changelog
What's Changed
Full Changelog: microsoft/ApplicationInsights-JS@3.0.8...3.0.9
v3.0.8Compare Source
This release changes the new beacon splitting code (added in 3.0.4) to be
disabledby default. This change is to address the issue where the SDK was splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects thesendBeaconusage during page unload, it does not affect thefetchusage during page unload. This change is to address the issue where the SDK was splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects thesendBeaconusage during page unload, it does not affect thefetchusage during page unload.Changelog
v3.0.7Compare Source
Changelog
This release is a hotfix for issue #2216, which is simular to the issue fixed in
3.0.6but for thefetch(with the keep-alive flag).Changelog
v3.0.6Compare Source
This release fixes an issue with the
sendBeaconusage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects thesendBeaconusage during page unload, it does not affect thefetchusage during page unload.Changelog
v3.0.5Compare Source
Changelog
v3.0.4Compare Source
Changelog
v3.0.3Compare Source
Changelog
#2157 [Main] Bug New minified bundles are corrupting global scope
#2120 Missing traceparent header when running multiple SDK instances
#2149 [BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled
#2127 [Main] Add automated ability to reset the npm latest tag to a specific build
#2106 Consider export IClickAnalyticsConfiguration from the click plugin?
#2086 [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters
#2094 _getVerifiedStorageObject - contentious sessionStorage element
#2137 [Main] Fix: edge case where the navigation entry is not present
#2135 Update @nevware21 base versions
#2104 [main] Use the navigation entry timeing for page load event start time
#2116 [Main] Fixup setVersion to support automated nightly release
#2097 disablePageUnloadEvents lost somewhere #2097
Internal Task
1575741: [VSCode] [1DS] Move 1DS Core and 1DS Post to GitHub #2102#2089 [BUG] The v3.x exporting of the TelemetryContext does not export the sessionManager "type"
[BUG] Readme Issue for perfmarkmeasure @microsoft/applicationinsights-applicationinsights-perfmarkmeasure-js@ #2150
#2139 V3 Public CDN URL
#2093 Update project clean to make faster
Add support for service level notifications (disabled by default in this release, will be enabled by default in a future release)
SDK Loader Updates (version 7 - will be published after this release is deployed to the CDN)
[
v3.0.2](https://redirect.github.com/microsoft/ApplicationInsights-JS/blob/HEAD/RELEAConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.