rudder-sdk-js icon indicating copy to clipboard operation
rudder-sdk-js copied to clipboard

JavaScript SDK for RudderStack - the Customer Data Platform for Developers.

Results 65 rudder-sdk-js issues
Sort by recently updated
recently updated
newest added

## Description of the change > Description here ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change...

## Description of the change Remove the unwanted `rollup-plugin-node-globals` plugin that prevented the usage of the optional chaining operator `?` in the code. Also, enabled `compact` mode in Babel config...

## Description of the change This adds a few commits to clean up the new chrome extension feature: - a couple documentation improvements - adds an extra type declaration to...

## Description of the change > Default logic for generating message Id updated from `timestamp+ uuid` to only `uuid`. ## Type of change - [ ] Bug fix (non-breaking change...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Sentry => Error handleError([email protected]/node_modules/rudder-sdk-js/index) **Expected behavior** It works. **Screenshots**...

bug
open source

## Description of the change Added a utility to auto-generate the generic common names for an integration given its display name. For integrations where this default common names map is...

**Describe the bug** Hey there, Recently we became aware of a bug in our app and after digging deep, we've noticed that the initalisation of Rudderstack SDK in our app...

bug
open source

## Description of the change This PR's removes the global lodash package - as this pulls in all of lodash and add 100's of KBs to the bundle size of...

**Describe the bug** When using the SDK via the npm package, the methods that are called before the `load` method might never get fired **To Reproduce** Let's say we initiate...

bug
open source

This may be required for enterprise-situations where requests to third party domains (such as `https://polyfill.io`) need to be approved - therefore can't use the rudderstack SDK unless this behaviour is...