Skip to content

[Go Feature Flag] null pointer if anonymous not set #128

@thomaspoignant

Description

@thomaspoignant

We have a null pointer when the field anonymous is not set in the GO Feature Flag provider.

Value anonymousValue = ctx.getValue(anonymousFieldName);
boolean anonymous = anonymousValue.asBoolean();

This issue is here for me to remember to work on it.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions