analytics.js-integrations icon indicating copy to clipboard operation
analytics.js-integrations copied to clipboard

Monorepo housing Segment's analytics.js integrations

Results 141 analytics.js-integrations issues
Sort by recently updated
recently updated
newest added

**What does this PR do?** **Are there breaking changes in this PR?** **Testing** **Any background context you want to provide?** **Is there parity with the server-side/android/iOS integration components (if applicable)?**...

When the `retryQueue` option is enabled in the Segment integration, it will queue events in localStorage. This means that unsent events may be left behind in localStorage and easily viewable...

**What does this PR do?** Allows configuring a custom URL to load Mixpanel.js from **Are there breaking changes in this PR?** No. **Any background context you want to provide?** Allows...

_Migrated from [#5](https://github.com/segment-integrations/analytics.js-integration-bing-ads/issues/5) by @samkessaram_ OS: Mac OS X 10.14.1 Browser: Brave 0.56.15 Getting this error on initialization of Segment. The error is throwing on this line: https://github.com/segment-integrations/analytics.js-integration-bing-ads/blob/master/lib/index.js#L40 Brave is...

_Migrated from [#29](https://github.com/segment-integrations/analytics.js-integration-intercom/issues/29) by @MrJoy_ I have a single-page app, using `react-router-redux`. In all cases -- both physical and synthetic page loads -- I see requests fired to Segment and...

Add a blacklist to prevent sending the configured traits in the addUserProperties call **What does this PR do?** Adds a config entry in the Heap plugin. It is a list...

My current understanding of Segment's API: 1. `analytics.track()` supports passing _properties_ associated with the _event_. 2. `analytics.identify()` supports passing _traits_ that are associated with the _user_. 3. #1 and #2...

**What does this PR do?** This is for adding our product ReplayBird in Segment integration. https://www.replaybird.com/ **Are there breaking changes in this PR?** No **Any background context you want to...

which, in this case, is an empty string both times. See [line 45](https://github.com/segmentio/analytics.js-integrations/pull/503/files#diff-311e1c328288f096abd69ad6aec997adL45) where it's initially set. **What does this PR do?** fix a bug **Are there breaking changes in...

**What does this PR do?** * Use a visible Chrome browser instead of headless Chrome when running unit tests with `HEADLESS=false`. * For the Optimizely integration, facilitate this via a...