eaze / preroll

A crate of prerolled Rust tools.
Other
39 stars 4 forks source link

Remove underscore from write_key in HONEYCOMB_WRITE_KEY #22

Closed jtthackery closed 3 years ago

jtthackery commented 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.

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.