Skip to content

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.

4 participants