Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop node 8 #188

Merged
merged 4 commits into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filters_publish: &filters_publish
matrix_nodeversions: &matrix_nodeversions
matrix:
parameters:
nodeversion: ["8.17", "10.24", "12.22", "14.17", "15.14", "16.2"]
nodeversion: ["10.24", "12.22", "14.17", "15.14", "16.2"]

# Default version of node to use for lint and publishing
default_nodeversion: &default_nodeversion "12.22"
Expand Down
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"prefer-arrow-callback": "error",
"no-var": "error",
"eqeqeq": "error",
"comma-dangle": "error",
"quotes": ["error", "double", { "avoidEscape": true }],
"camelcase": "error",
"sort-imports": "error",
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
[![npm version](https://badge.fury.io/js/libhoney.svg)](https://badge.fury.io/js/libhoney)

A Node.js module for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production.
For tracing support and automatic instrumentation of Express and other common libraries, check out our [Beeline for NodeJS](https://github.com/honeycombio/beeline-nodejs).

**NOTE** For use in browser-side JavaScript applications, generate an API key that has permission only to send events.
[Usage and Examples](https://docs.honeycomb.io/getting-data-in/javascript/libhoney/)

Requires any current LTS release of Node.js. Currently v8, and >= v10. [Node 8 support is being dropped](https://github.com/honeycombio/libhoney-js/issues/140)
**NOTE** For use in browser-side JavaScript applications, generate an API key that has permission only to send events.

- [Usage and Examples](https://docs.honeycomb.io/sdk/javascript/)
- [API Reference](https://doc.esdoc.org/github.com/honeycombio/libhoney-js/)
## Dependencies

For tracing support and automatic instrumentation of Express and other common libraries, check out our [Beeline for NodeJS](https://github.com/honeycombio/beeline-nodejs).
**Node 10+**

## Contributions

Features, bug fixes and other changes to libhoney are gladly accepted. Please
open issues or a pull request with your change. Remember to add your name to the
CONTRIBUTORS file!
open issues or a pull request with your change.

All contributions will be released under the Apache License 2.0.

Expand Down
Loading