If I wanted to send events when flipper flags get flipped, is the way to do this to write a decorator adapter such as https://github.com/flippercloud/flipper/blob/main/lib/flipper/adapters/instrumented.rb ?
Or is there another way that might register callbacks or some other strategy?
I was looking at https://www.flippercloud.io/docs/adapters if that helps anyone to build more context
cc @jnunemaker
