Closed jtthackery closed 3 years ago
Following the recent removal of IO, I noticed that the standardized name for this env variable doesn't include a _ between write and key.
IO
_
This removes that underscore to more fully standardize the naming format. This is a breaking change.
I also updated the readme to reflect the updated support for HONEYCOMB_API_HOST and the optional HONEYCOMB_DATASET env variable.
HONEYCOMB_API_HOST
HONEYCOMB_DATASET
Following the recent removal of
IO
, I noticed that the standardized name for this env variable doesn't include a_
between write and key.This removes that underscore to more fully standardize the naming format. This is a breaking change.
I also updated the readme to reflect the updated support for
HONEYCOMB_API_HOST
and the optionalHONEYCOMB_DATASET
env variable.