README.md in sidekiq-datadog-0.4.1 vs README.md in sidekiq-datadog-0.5.0

- old
+ new

@@ -52,10 +52,11 @@ end #### supported options - *hostname* - the hostname used for instrumentation, defaults to system hostname. Can also be set with the `INSTRUMENTATION_HOSTNAME` env var. - *metric_name* - the metric name (prefix) to use, defaults to "sidekiq.job". - - *tags* - array of custom tags. These can be plain strings or lambda blocks + - *tags* - array of custom tags. These can be plain strings or lambda blocks. + - *skip_tags* - array of tag names that shouldn't be emitted. - *statsd_host* - the statsD host, defaults to "localhost". Can also be set with the `STATSD_HOST` env var - *statsd_port* - the statsD port, defaults to 8125. Can also be set with the `STATSD_PORT` env var - *statsd* - custom statsd instance For more detailed configuration options, please see the [Documentation](http://www.rubydoc.info/gems/sidekiq-datadog).