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

[main] disable sdk load error send #1672 #2207

Merged
merged 9 commits into from
Dec 13, 2023
Merged

Conversation

siyuniu-ms
Copy link
Contributor

related to #1672

README.md Outdated
@@ -85,6 +85,7 @@ The current version of the snippet is version 7, the version is identified by th
// name: "appInsights", // Global SDK Instance name defaults to "appInsights" when not supplied
// ld: 0, // Defines the load delay (in ms) before attempting to load the sdk. -1 = block page load and add to head. (default) = 0ms load after timeout,
// useXhr: 1, // Use XHR instead of fetch to report failures (if available),
// disableSdkLoadError: true, // Prevent the SDK from reporting load failure,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we make this smaller, as the snippet needs to be able to be as small as possible.

something like dle, dlf, dler etc -- as long as the documentation has a good description this should be as small as possible (but not just d for example) as most consumers wont' use this as we don't want to have losts of additional code thats rarely used.

@siyuniu-ms siyuniu-ms marked this pull request as ready for review December 6, 2023 23:11
@siyuniu-ms siyuniu-ms merged commit fe9fe0f into main Dec 13, 2023
9 checks passed
@siyuniu-ms siyuniu-ms deleted the siyu/disableSnippetErrorLog branch December 13, 2023 23:56
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

2 participants