-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added CountlyConfig and initWithConfig #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is only 1 init. the approach that uses the config object.
CountlyRNExample/App.tsx
Outdated
|
||
const successCodes = [100, 101, 200, 201, 202, 205, 300, 301, 303, 305]; | ||
const failureCodes = [400, 402, 405, 408, 500, 501, 502, 505]; | ||
const COUNTLY_APP_KEY = 'YOUR_APP_KEY'; | ||
const COUNTLY_SERVER_KEY = 'https://xxx.count.ly'; | ||
const COUNTLY_APP_KEY = '58594c9a3f461ebc000761a68c2146659ef75ea0'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's not have realy keys here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
b7167f4
to
a987b65
Compare
No description provided.