You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Low risk: adds a new standalone example workspace and documentation without changing any production SDK/runtime logic. Primary risk is dependency/version friction or heavier install size for example consumers.
Overview
Adds a new openai-observability example workspace demonstrating provider-specific observability when calling OpenAI directly (without createChat) by wiring the Node SDK Observability plugin plus OpenTelemetry/OpenLLMetry instrumentation, fetching an AI completion config via completionConfig(), and reporting metrics via tracker.trackMetricsOf(OpenAIProvider.getAIMetricsFromResponse, ...).
Updates the root package.json workspaces to include the new example, and includes its README, .env.example, TypeScript build config, and dependencies needed to run it.
Written by Cursor Bugbot for commit 83ccc8a. This will update automatically on new commits. Configure here.
@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 25566 bytes
Compressed size limit: 26000
Uncompressed size: 125383 bytes
@launchdarkly/browser size report
This is the brotli compressed size of the ESM build.
Compressed size: 171792 bytes
Compressed size limit: 200000
Uncompressed size: 799857 bytes
@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Compressed size: 20031 bytes
Compressed size limit: 24000
Uncompressed size: 104850 bytes
@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Compressed size: 23889 bytes
Compressed size limit: 25000
Uncompressed size: 82740 bytes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Low risk: adds a new standalone example workspace and documentation without changing any production SDK/runtime logic. Primary risk is dependency/version friction or heavier install size for example consumers.
Overview
Adds a new
openai-observabilityexample workspace demonstrating provider-specific observability when calling OpenAI directly (withoutcreateChat) by wiring the Node SDKObservabilityplugin plus OpenTelemetry/OpenLLMetry instrumentation, fetching an AI completion config viacompletionConfig(), and reporting metrics viatracker.trackMetricsOf(OpenAIProvider.getAIMetricsFromResponse, ...).Updates the root
package.jsonworkspaces to include the new example, and includes itsREADME,.env.example, TypeScript build config, and dependencies needed to run it.Written by Cursor Bugbot for commit 83ccc8a. This will update automatically on new commits. Configure here.