analytics and error reporting for Python apps
Cross-platform and real-time with bug reports and offline tracking.
As simple as including the package.
import nucleus
nucleus.app_id = "tracking-id"
nucleus.app_started()
nucleus.track("ButtonClicked", {
"action": "settings"
})
Focus on what matters
Analytics should not be painful
Our product revolves around 3 values:
Features
Bug reporting
Detect bugs as they happen to improve your app accordingly.
User explorer
Identify users and follow their actions through your app.
Real-time view
See who is actively using your app right now and how.
Track events (with data)
Track actions in your app with events and remark improbable behaviors.
Offline support
Data will be stored offline and synced as soon as online.
Designed for Python
Install with pip module and start tracking your app with a tracking id. That easy.
FAQ
Of course, cancel anytime yourself from your dashboard if you are not satisfied. If you cancel before your trial ends you won't be billed.
Communications between your app and Nucleus are done with SSL. You can ask us anytime that all your data be erased from our servers. We run off-site backups of your data every day.
We list all the data collected on this page. We only collect the necessary data and only use it to provide you with analytics.
Yes, all your data can be exported via the API or downloaded as CSV from the dashboard.
Yes. Using the modules, events and bugs data are cached on the client while waiting for an internet connection. As soon as the client connects, data is synced.