ploomber / core

Core module shared across projects.
https://ploomber-core.readthedocs.io
Apache License 2.0
2 stars 9 forks source link

identify calls from cloud users #83

Open edublancas opened 9 months ago

edublancas commented 9 months ago

we're currently logging a True/False variable to identity telemetry events from cloud users. However, we have no way to identify them, making providing support much harder.

we should log another ID that allows us to uniquely identify them. one option is their user ID or email

edublancas commented 9 months ago

note: we're currently logging an email field but it's always none. in the past, we implemented logic to optionally enter a user's email but we removed it.