javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

JavaScript SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 20 javascript-sdk issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 5.3.0 ### Current Behavior Running EW version as is, causing runtime...

bug
acknowledged
needs-triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 5.3.0 ### Current Behavior In 5.3.0, setTimeout was replaced with queueMicrotask....

bug
acknowledged

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 5.3.0 ### Current Behavior ```javascript const optimizelyUserContext = optimizelyClient.createUserContext(userId, udo); ```...

bug
needs-triage

### Is there an existing issue for this? - [x] I have searched the existing issues ### SDK Version 4.9.2 ### Current Behavior When passing the SDK key into `createInstance`...

bug
acknowledged

## Summary The `createProjectConfig()` function is quite slow and runs sync with the application if the datafile is provided as an `object`. This function could easily be run inside a...

acknowledged

## What I wanted to do I'm have the understanding that every call to `.activate` that sends an impression via the events API by posting a `decisions` object within the...

acknowledged

If you check out bundlephobia for this package: https://bundlephobia.com/result?p=@optimizely/[email protected] It looks like there was a pretty substantial jump in bundle size as of 4.4.0. The changelog is pretty sparse for...

acknowledged

# How would the enhancement work? This is an idea proposal for exposing a `getVariationForFeature`-like method (s) directly on the `optimizelyClientInstance` so developers can quickly figure out and directly reference...

acknowledged

The following modules are pretty large in filesize, and it'd be great to have them reduced: [@optimizely/[email protected]](https://bundlephobia.com/result?p=@optimizely/[email protected]) 132kB minified [[email protected]](https://bundlephobia.com/result?p=@optimizely/[email protected]) 114kB minified This has a notable performance impact for consumers...

acknowledged

## How would the enhancement work? So far I've seen this pattern in `createInstance` and `createUserExperience` - `createInstance` should throw instead of return null when an error occurs. i.e. the...

acknowledged