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 e88ea83 commit b41baf1Copy full SHA for b41baf1
api/app_analytics/constants.py
@@ -19,7 +19,10 @@
19
# because, when we prepare the data for Influx, we need to map to numeric IDs.
20
# This allows us to efficiently store usage and evaluation data.
21
SDK_USER_AGENT_KNOWN_VERSIONS: dict[KnownSDK, list[str]] = {
22
- "flagsmith-dotnet-sdk": ["unknown"],
+ "flagsmith-dotnet-sdk": [
23
+ "unknown",
24
+ "9.0.0",
25
+ ],
26
"flagsmith-elixir-sdk": [
27
"unknown",
28
"2.3.0",
0 commit comments