analytics-react-native
analytics-react-native copied to clipboard
The hassle-free way to add analytics to your React-Native app.
- `analytics-react-native` version: ^2.13.4 - Integrations versions (if used): - React Native version: 0.71.7 - iOS or Android or both? iOS **Steps to reproduce** Open app, fire some arbitrary analytics...
- `analytics-react-native` version: 2.16.1 - Integrations versions (if used): 0.3.3 - `@segment/analytics-react-native-plugin-amplitude-session` - React Native version: 0.65.2 - iOS or Android or both?: Both **Steps to reproduce** Connect an Amplitude...
The reset method is listed as having no parameters in the docs: https://github.com/segmentio/analytics-react-native#reset `reset: () => void;` But it looks like it does actually take a parameter: https://github.com/segmentio/analytics-react-native/blob/e3ff0664fbeb8772d9fb2c855e4128027e91da0e/packages/core/src/analytics.ts#L679 And this...
- `analytics-react-native` version:^2.16.1 - React Native version:0.66.4 - iOS or Android or both? both **Steps to reproduce** - Initialise the segment as per provided document ``` const segmentClient = createClient({...
Hello! I'm hoping someone might be able to help me with an issue I'm experiencing while trying to integrate the Braze plugin. The app I'm using already uses segment and...
``` "@segment/analytics-react-native": "2.15.0", "@segment/analytics-react-native-plugin-braze": "^0.5.4", "@segment/analytics-react-native-plugin-mixpanel": "0.3.3", "@segment/sovran-react-native": "1.0.4", ``` **Steps to reproduce** 1. Add `BackgroundFlushPolicy` to client flush policies (e.g. `segmentClient.addFlushPolicy(new BackgroundFlushPolicy());` 2. Open the app 3. Trigger an...
When `debug` is disabled in the config, debug errors and warnings are still firing. Primarily the "Failed to send # events." error. I understand that this is not a problem...
## Summary There is a need for people using react-native-web to also cover web platform with a single lib. In the expo world we used to rely on [`expo-analytics-segment`](https://docs.expo.dev/versions/latest/sdk/segment/) (see...
- `analytics-react-native` version: ^2.9.0 - Integrations versions (if used): "@segment/analytics-react-native-plugin-appsflyer": "0.5.0" - React Native version: 0.68.1 - iOS or Android or both? both
Hi Team, We are trying to add a `@segment/analytics-react-native-plugin-appsflyer` as a plugin, and whenever we are using the `track` function `segmentClient` it throws an error of `Status code 404`, is...