mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 17:30:46 +00:00
Added Spinner for public gallery (#427)
* Added more publish changes * addressed PR comments * fixed lint errors Co-authored-by: Tanuj Mittal <tamitta@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
afaa844d28
commit
8dc5ed590a
@@ -12,7 +12,7 @@ import { getDataExplorerWindow } from "../../Utils/WindowUtils";
|
||||
|
||||
type TelemetryData = { [key: string]: unknown };
|
||||
|
||||
export function trace(action: Action, actionModifier: string = ActionModifiers.Mark, data?: TelemetryData): void {
|
||||
export function trace(action: Action, actionModifier: string = ActionModifiers.Mark, data: TelemetryData = {}): void {
|
||||
sendMessage({
|
||||
type: MessageTypes.TelemetryInfo,
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user