We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i use this plugin in ios platform. And I received crash numbers in flurry dashboard but no detail crash logs.
flurry config like this: this.flurryAnalytics.create({ // requried appKey: '******', // optional version: '1.5', continueSessionSeconds: 3, logLevel: 'ERROR', enableLogging: true, enableEventLogging: true, enableCrashReporting: true, enableBackgroundSessions: true, reportSessionsOnClose: true, reportSessionsOnPause: true });
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Have you found a solution?
Sorry, something went wrong.
@ssaurav2512 Sorry.I didn't solve this yet。
No branches or pull requests
Hi, i use this plugin in ios platform. And I received crash numbers in flurry dashboard but no detail crash logs.
flurry config like this:
this.flurryAnalytics.create({
// requried
appKey: '******',
// optional
version: '1.5',
continueSessionSeconds: 3,
logLevel: 'ERROR',
enableLogging: true,
enableEventLogging: true,
enableCrashReporting: true,
enableBackgroundSessions: true,
reportSessionsOnClose: true,
reportSessionsOnPause: true
});
The text was updated successfully, but these errors were encountered: