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

[Master] Merge latest main to master #2047

Merged
merged 5 commits into from
Apr 12, 2023
Merged

[Master] Merge latest main to master #2047

merged 5 commits into from
Apr 12, 2023

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Apr 11, 2023

No description provided.

MSNev and others added 5 commits April 11, 2023 13:13
#2037)

This can be used like:

```
const appInsights = new ApplicationInsights({
  config: {
    enableSessionStorageBuffer: true,
    bufferOverride: {
      getItem: (logger, key) => localStorage.getItem(key),
      setItem: (logger, key, value) => localStorage.setItem(key, value),
    }
  }
});
```

Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
@MSNev MSNev merged commit cd07499 into main Apr 12, 2023
@MSNev MSNev added this to the 2.8.13 milestone Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants