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
Our Flutter app is logging unusually long sessions, as in the following screenshots of a sample user:
We have this class, EventLogger, that we use to create the instance and initiate the SDK:
EventLogger
class EventLogger extends EventData { ... Amplitude amplitudeAnalytics = Amplitude.getInstance(instanceName: name); void initializeAmplitude() { amplitudeAnalytics.init(dotenv.env["AMPLITUDE_API_KEY"]!); } ... }
Then, we call the initializeAmplitude method in the main method:
initializeAmplitude
main
void main() async { ... EventLogger().initializeAmplitude(); ... }
Three possible reasons:
We are doing something incorrectly with our implementation The platform SDKs have issues We have other services in our platform that are affecting the SDK
^3.13.0
3.13.9
Redmi Phone (one example)
Android 12
The text was updated successfully, but these errors were encountered:
Hi @andrewkimjoseph, the long session issue should be fixed in 3.15.0. Could you upgrade and see if it happens again? Thanks
3.15.0
Sorry, something went wrong.
No branches or pull requests
Current Behavior
Our Flutter app is logging unusually long sessions, as in the following screenshots of a sample user:
Our Setup
We have this class,
EventLogger
, that we use to create the instance and initiate the SDK:Then, we call the
initializeAmplitude
method in themain
method:The Issue
Three possible reasons:
Environment
^3.13.0
3.13.9
Redmi Phone (one example)
Android 12
The text was updated successfully, but these errors were encountered: