34 and #54 should be merged so diff would be cleaner
Ability to provide a dynamic global tag.
Beforehand it was globally set to @tag :integration.
Now value would be fetched via Application.get_env(:cabbage, :global_tags, []).
While now default value if isn't configured, is set to empty list, this could be changed for backwards compatibility to be :integration
34 and #54 should be merged so diff would be cleaner
Ability to provide a dynamic global tag. Beforehand it was globally set to
@tag :integration
.Now value would be fetched via
Application.get_env(:cabbage, :global_tags, [])
. While now default value if isn't configured, is set to empty list, this could be changed for backwards compatibility to be:integration