Skip to content

Commit 3682625

Browse files
committed
asf
1 parent 8991a29 commit 3682625

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/analytics/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export enum WalletEvent {
2626
* Used as part of analytics events to track wallet states
2727
*/
2828
type WalletConnectionData = {
29-
/** Connected wallet address */
3029
address?: string;
3130
/** Name of the wallet connector used (e.g., CoinbaseWallet MetaMask, Phantom) */
3231
connector?: string;
@@ -62,7 +61,6 @@ export type AnalyticsEvent = WalletEvent | ErrorEvent;
6261
export type CommonAnalyticsData = {
6362
/** Unique identifier for user session */
6463
sessionId?: string;
65-
/** When the event occurred */
6664
timestamp?: number;
6765
};
6866

@@ -83,9 +81,7 @@ export type AnalyticsEventData = {
8381

8482
// Error Event
8583
[ErrorEvent.ComponentError]: CommonAnalyticsData & {
86-
/** name of the component where the error occurred */
8784
component: string;
88-
/** error message or description */
8985
error: string;
9086
/** additional error context */
9187
metadata?: Record<string, unknown>;

0 commit comments

Comments
 (0)