You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@edublancas this is so we know the telemetry version running with the product right?
like if it'll say ploomber 0.20 how would you know which telemetry is it?
yeah exactly. I think the purpose of posthog's telemetry version is to version schema changes. right now, all packages will say 0.3, but they should have independent versions as the telemetry schema for each will be different, essentially we want the Telemetry class to take this as an argument
to simplify things, we should make it an optional argument so that when we release this new version; it doesn't break existing packages. then open a PR in ploomber and set the value to 0.3- however, that ploomber PR is currently blocked by ploomber/ploomber#960 - we need to merge that first
this should be package, specific:
core/src/ploomber_core/telemetry/telemetry.py
Line 48 in 47e2db4
The text was updated successfully, but these errors were encountered: