analytics-next icon indicating copy to clipboard operation
analytics-next copied to clipboard

Segment Analytics.js 2.0

Results 140 analytics-next issues
Sort by recently updated
recently updated
newest added

I cannot prove this without reading your codebase, but I believe that this application has side-effects that it should not. For context, ```ts import {AnalyticsBrowser} from '@segment/analytics-next' ``` breaks our...

Hello, Sentry shows a lot of errors that come from the plugin that is in the Segment CDN. Sentry shows that the error is located here: https://cdn.segment.com/next-integrations/actions/braze-cloud-plugins.js Our app: -...

Hey, i've get this error during a **local** development, there is a way to force load script from `HTTPS` source? My app is running in an iframe inside https website....

Trying to add some client-side plugins from "https://github.com/segmentio/analytics.js-integrations", and I am getting a callback error. **Here is my implementation:** ```typescript const analytics = new Analytics({ writeKey: 'some-write-key' }) import {...

question

This change is part of the effort to improve using analytics in node.js. The goal is that this library should be able to replace the `analytics-node` library. This PR focuses...

We want to use our backend as a proxy to Segment API in order to bypass ad-blockers. We have CSRF protection in place so all requests to our endpoints need...

enhancement

Hey there, I noticed that the classes introduced define all the functions as `static`. Such a thing is a sign of code smell since it is leveraging the `class` (object)...

This is just a proof of concept. I wanted an easy way to look at the public API of our library according to what types we expose. I'm using `api-extractor`...

This PR allows destination filters to work with action destinations, by adding destination middleware support to them. This change was tested by adding destination filters to an action destination and...

Fixes #598 This PR updates the event editor in our next.js dev example to better handle user input. Previously entering characters would throw an error since the JSON was being...