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][BUG] SDK LOAD Failure reporting not working #2027 #2038

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Apr 6, 2023

No description provided.

Copy link

@MichelJansson MichelJansson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MSNev You beat me to the Easter Friday fun ;)

The failure reporting works fine. Just thought I'd share a few things I noticed while looking thru the changes.

AISKU/Tests/Manual/HelloWorld.html Show resolved Hide resolved
AISKU/Tests/Unit/src/testSnippetV6.ts Outdated Show resolved Hide resolved
AISKU/snippet/snippet.js Outdated Show resolved Hide resolved
AISKU/snippet/snippet.min.js Outdated Show resolved Hide resolved
@MSNev MSNev force-pushed the MSNev/MasterFixes branch 4 times, most recently from ba51dfc to c03d0e5 Compare April 7, 2023 20:12
@MSNev MSNev changed the title [BUG] SDK LOAD Failure reporting not working #2027 [Master][BUG] SDK LOAD Failure reporting not working #2027 Apr 10, 2023
@MSNev MSNev merged commit d9c57fd into master Apr 10, 2023
MSNev added a commit that referenced this pull request Apr 12, 2023
* [BUG] The documentation for enableDebug is incorrect, it should reference enableDebugExceptions #2014 (#2022)

* [BUG] SDK LOAD Failure reporting not working #2027 (#2038)

* Add a simple interface to enable custom buffer storage solutions #1419 (#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>

* [Master] Add readme documentation for IStorageBuffer (#2045)

* [Release] Increase version to 2.8.12 (#2046)

---------

Co-authored-by: Philip Peitsch <philip.peitsch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants