Skip to content

Commit

Permalink
Add Kotlin Multiplatform to the Mobile Session Replay segment metadat…
Browse files Browse the repository at this point in the history
…a schema
  • Loading branch information
0xnm committed Sep 25, 2024
1 parent ae8c30a commit a3c1561
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada
/**
* The source of this record
*/
source: 'android' | 'ios' | 'flutter' | 'react-native';
source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform';
};
/**
* Mobile-specific. Schema of a Session Replay Record.
Expand Down
2 changes: 1 addition & 1 deletion lib/cjs/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada
/**
* The source of this record
*/
source: 'android' | 'ios' | 'flutter' | 'react-native';
source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform';
};
/**
* Mobile-specific. Schema of a Session Replay Record.
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/mobileSessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada
/**
* The source of this record
*/
source: 'android' | 'ios' | 'flutter' | 'react-native';
source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform';
};
/**
* Mobile-specific. Schema of a Session Replay Record.
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/sessionReplay.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export declare type MobileSegmentMetadata = SegmentContext & CommonSegmentMetada
/**
* The source of this record
*/
source: 'android' | 'ios' | 'flutter' | 'react-native';
source: 'android' | 'ios' | 'flutter' | 'react-native' | 'kotlin-multiplatform';
};
/**
* Mobile-specific. Schema of a Session Replay Record.
Expand Down
2 changes: 1 addition & 1 deletion schemas/session-replay/mobile/segment-metadata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": {
"type": "string",
"description": "The source of this record",
"enum": ["android", "ios", "flutter", "react-native"]
"enum": ["android", "ios", "flutter", "react-native", "kotlin-multiplatform"]
}
}
}
Expand Down

0 comments on commit a3c1561

Please sign in to comment.