Skip to content

The statsig feature flagging and experimentation library for erlang/elixir

License

Notifications You must be signed in to change notification settings

matt-hobbs-prima/erlang-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statsig

A feature flagging and experimentation library for erlang

Build

$ rebar3 compile

Run

$ rebar3 shell --apps statsig

Usage:

application:set_env(statsig, statsig_api_key, ApiKey),
application:start(statsig),
statsig:check_gate(User, GateName),
statsig:log_event(#{<<"userID">> => <<"321">>}, <<"custom_event">>, 12, #{<<"test">> => <<"val">>}),
statsig:flush(Pid).

About

The statsig feature flagging and experimentation library for erlang/elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 85.9%
  • Elixir 14.1%