Skip to content

Instantly share code, notes, and snippets.

@emeraldsanto
Last active March 17, 2021 01:22
Show Gist options
  • Select an option

  • Save emeraldsanto/02c5f0d111c826283d2aedfd21bbb1ce to your computer and use it in GitHub Desktop.

Select an option

Save emeraldsanto/02c5f0d111c826283d2aedfd21bbb1ce to your computer and use it in GitHub Desktop.
Segment proxy usage (React Native)
import { instance } from './analytics';
// These events will be sent to your server instead of Segment's
instance.identify('some-user-id', { customProperty: 'custom value' });
instance.track('Custom Event', { userId: 'some-user-id' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment