Skip to content

Commit 572570f

Browse files
authored
[release] v1.35.0 - Log StatsigOptions, sampling edge case fix, and add id type to feature gate (#271)
### Improvements - gate values now include information on id_type - send statsigOptions when errors are caught ### Fixes - fix an edge case in sampling with nested gate >Included In This Release >- 2ccc18f kat-statsig > - sampling fix (#270) >- 8411239 kat-statsig > - add statsig option to eb (#269) >- 9a2477a kat-statsig > - add id type to feature gate (#268)
1 parent 2ccc18f commit 572570f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig_metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type statsigMetadata struct {
1414
func getStatsigMetadata() statsigMetadata {
1515
return statsigMetadata{
1616
SDKType: "go-sdk",
17-
SDKVersion: "v1.34.1",
17+
SDKVersion: "v1.35.0",
1818
LanguageVersion: runtime.Version()[2:],
1919
SessionID: SessionID(),
2020
}

0 commit comments

Comments
 (0)