diff --git a/libs/telemetry/protos/frontend_log.go b/libs/telemetry/protos/frontend_log.go index 74fec37e6..d20d43f6b 100644 --- a/libs/telemetry/protos/frontend_log.go +++ b/libs/telemetry/protos/frontend_log.go @@ -16,6 +16,7 @@ type FrontendLogEntry struct { type DatabricksCliLog struct { ExecutionContext *ExecutionContext `json:"execution_context,omitempty"` - CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` - BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` + CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` + BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` + BundleDeplyEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"` }