-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support classic ingest keys, upgrade to libhoney 4.2.0 (#726)
## Which problem is this PR solving? We [recently](https://github.com/honeycombio/libhoney-js/releases/tag/v4.2.0) updated libhoney-js to support classic ingest keys. This PR updates the beeline to this version of libhoney-js and swaps `isClassic` to use the new exported method from libhoney. ## Short description of the changes - bumps libhoney-js version from `4.0.0` to `4.2.0` - removes `utils.isClassic` in favor of `libhoney.isClassic` - Adds two tests that use classic/non-classic ingest keys to verify it works
- Loading branch information
Showing
6 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters