2.1.0 • Published 11 months ago

react-native-analytics-debugger v2.1.0

Weekly downloads
16
License
MIT
Repository
github
Last release
11 months ago

https://www.avo.app

The Avo React Native debugger enables you to easily see which analytics events are being sent from your app. Two display modes are provided, bar and bubble:

Bar

Bar mode

Bubble

Bubble mode

Install

To install the latest version of Avo React Native analytics debugger, run this command:

with npm

npm install react-native-analytics-debugger

with yarn

yarn add react-native-analytics-debugger

Setup

  1. Import
import AvoDebugger from 'react-native-analytics-debugger'
  1. Pass the AvoDebbuger into Avo
  • if using initAvo

    initAvo({env: 'dev', debugger: AvoDebugger})
  • if using validateAvoEvent

    validateAvoEvent({eventName, eventProperties, userProperties, env, debugger: AvoDebugger})
  1. Enable the debugger
AvoDebugger.showDebugger({mode: 'bar' // or 'bubble'})
  1. Disable the debugger
AvoDebugger.hideDebugger()
  1. Sending custom events
AvoDebugger.post(Date.now(), "Test Event", [{id:"id0", name:"prop 0 name", value:"val 0"}, {id:"id1", name:"prop 1 name", value:"val 1"}], [{propertyId:"id0", message:"error in prop 0 with id0"}]);

Caught a Bug?

Thank you, you are precious to us :hug: Please send an email to friends@avo.app or file an issue here on GitHub.

Developing

Install all dependencies with yarn install. yarn test -u to run the tests and update the snaphsots.

How to Create a Release

npm run release-it
2.0.1-beta.1

11 months ago

2.1.0

11 months ago

2.0.0

2 years ago

1.2.3

2 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8-beta.3

6 years ago

1.0.8-beta.2

6 years ago

1.0.8-beta.1

6 years ago

1.0.8-beta.0

6 years ago

1.0.7

6 years ago

1.0.7-beta.0

6 years ago

1.0.6

6 years ago

1.0.6-beta.2

6 years ago

1.0.6-beta.1

6 years ago

1.0.6-beta.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago