We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116c420 commit e9284fdCopy full SHA for e9284fd
src/internal/model/SourceID.ts
@@ -7,6 +7,15 @@ export const SourceID = {
7
GO_SERVER: 5,
8
NODE_SERVER: 6,
9
JAVASCRIPT: 7,
10
+ FLUTTER: 8,
11
+ REACT: 9,
12
+ REACT_NATIVE: 10,
13
+ OPEN_FEATURE_KOTLIN: 100,
14
+ OPEN_FEATURE_SWIFT: 101,
15
+ OPEN_FEATURE_JAVASCRIPT: 102,
16
+ OPEN_FEATURE_GO: 103,
17
+ OPEN_FEATURE_NODEJS: 104,
18
+
19
} as const
20
21
export type SourceID = (typeof SourceID)[keyof typeof SourceID]
0 commit comments