Skip to content

Commit

Permalink
set version in base.py
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Nov 18, 2024
1 parent 14cb1e7 commit 6427e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/kedro_viz/integrations/deployment/base_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def _ingest_heap_analytics(self):
if should_add_telemetry:
logger.debug("Ingesting heap analytics.")
telemetry_content = env.get_template("telemetry.html").render(
heap_app_id=heap_app_id, heap_user_identity=heap_user_identity
heap_app_id=heap_app_id,
heap_user_identity=heap_user_identity,
kedro_viz_version=__version__,
)
injected_head_content.append(telemetry_content)

Expand Down

0 comments on commit 6427e3e

Please sign in to comment.