Skip to content
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

[BUG] Session storage buffers being initialized though configured not to use #1377

Closed
johansuperstar opened this issue Sep 16, 2020 · 4 comments
Assignees
Labels
Milestone

Comments

@johansuperstar
Copy link

Description/Screenshot
The session storage entries AI_sentBuffer and AI_buffer are being initialized even though isStorageUseDisabled is set to true and enableSessionStorageBuffer is set to false. It doesn't have any negative effects for us but the ePrivacy team are wishing that they would not be created.

Steps to Reproduce

  • OS/Browser: Tested in Chrome 85.0.4183.102 and Firefox 80.0.1 on Windows 10
  • SDK Version [e.g. 22]: @microsoft/applicationinsights-web 2.3.1
  • How you initialized the SDK:
import { ApplicationInsights } from '@microsoft/applicationinsights-web';

const appInsights = new ApplicationInsights({ 
       config: {
		instrumentationKey: instrumentationKey,
		isCookieUseDisabled: true,
		isStorageUseDisabled: true,
		enableSessionStorageBuffer: false
	} 
});
appInsights.loadAppInsights();

Expected behavior
Session storage entries would not be created.

@johansuperstar johansuperstar changed the title [BUG] Session storage buffers being initialized even though configured not to use [BUG] Session storage buffers being initialized though configured not to use Sep 16, 2020
@MSNev MSNev self-assigned this Sep 16, 2020
@MSNev MSNev added the bug label Sep 16, 2020
@MSNev MSNev added the fixed - waiting release PR Committed and waiting deployment label Sep 17, 2020
@johansuperstar
Copy link
Author

Great! Is there any coming release planned?

@MSNev
Copy link
Collaborator

MSNev commented Sep 21, 2020

Yep, we are normally establishing a monthly cadence for issues. So the next version should be available early (1st or beginning of 2nd week) next month (Oct, 2020)

@MSNev MSNev added this to the 2.5.9 milestone Sep 30, 2020
@MSNev
Copy link
Collaborator

MSNev commented Oct 12, 2020

Closing as 2.5.9 is now completely deployed to NPM and all CDN endpoints

@MSNev MSNev closed this as completed Oct 12, 2020
@MSNev MSNev removed the fixed - waiting release PR Committed and waiting deployment label Oct 12, 2020
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants