Skip to content

Commit

Permalink
[release] v1.25.0 - Sanitize error messages (#196)
Browse files Browse the repository at this point in the history
### Improvements
 - Remove secret keys in output logs





>Included In This Release
>- 65247f2 kat-statsig
>   - sanitize msg in output logger (#195)
>- e477619 kenny-statsig
>   - fix error interface nil check (#194)
>- 954c724 kat-statsig
>   - filter secret from err output (#193)
  • Loading branch information
kat-statsig authored Jun 27, 2024
1 parent 65247f2 commit 4c81d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type statsigMetadata struct {
func getStatsigMetadata() statsigMetadata {
return statsigMetadata{
SDKType: "go-sdk",
SDKVersion: "v1.24.0",
SDKVersion: "v1.25.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 4c81d81

Please sign in to comment.