@@ -149,10 +149,7 @@ public async Task CapturesFeatureFlagCalledEventOnlyOncePerDistinctIdFlagKeyAndR
149149 "distinct_id": "a-distinct-id",
150150 "$lib": "posthog-dotnet",
151151 "$lib_version": "{{ client . Version }} ",
152- "$geoip_disable": true,
153- "$active_feature_flags": [
154- "flag-key"
155- ]
152+ "$geoip_disable": true
156153 },
157154 "timestamp": "2024-01-21T19:08:23\u002B00:00"
158155 },
@@ -166,10 +163,7 @@ public async Task CapturesFeatureFlagCalledEventOnlyOncePerDistinctIdFlagKeyAndR
166163 "distinct_id": "another-distinct-id",
167164 "$lib": "posthog-dotnet",
168165 "$lib_version": "{{ client . Version }} ",
169- "$geoip_disable": true,
170- "$active_feature_flags": [
171- "flag-key"
172- ]
166+ "$geoip_disable": true
173167 },
174168 "timestamp": "2024-01-21T19:08:23\u002B00:00"
175169 },
@@ -183,8 +177,7 @@ public async Task CapturesFeatureFlagCalledEventOnlyOncePerDistinctIdFlagKeyAndR
183177 "distinct_id": "another-distinct-id",
184178 "$lib": "posthog-dotnet",
185179 "$lib_version": "{{ client . Version }} ",
186- "$geoip_disable": true,
187- "$active_feature_flags": []
180+ "$geoip_disable": true
188181 },
189182 "timestamp": "2024-01-21T19:08:23\u002B00:00"
190183 }
0 commit comments