Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
honeycomb-beeline
Advanced tools
⚠️Note: Beelines are Honeycomb's legacy instrumentation libraries. We embrace OpenTelemetry as the effective way to instrument applications. For any new observability efforts, we recommend instrumenting with OpenTelemetry.
This package makes it easy to instrument your Express/NodeJS application to send useful events to Honeycomb, a service for debugging your software in production.
Using a bundler (esbuild, webpack, etc.) or ESM with the Beeline is unsupported. You may be able to use the Beeline in those cases, but auto-instrumentations will likely not work.
An error like 'api.traceActive is not a function' error
may occur for some auto-instrumentation and can be resolved by manually requiring https
before requiring other libraries such as request-promise
.
Features, bug fixes and other changes to beeline-nodejs
are gladly accepted. Please
open issues or a pull request with your change. Remember to add your name to the
CONTRIBUTORS file!
All contributions will be released under the Apache License 2.0.
If you don't have postgresql running locally, you can launch postgresql in docker.
docker run -p 5432:5432 -e POSTGRES_USER=root circleci/postgres:9-alpine-ram
Then run the tests using
PGUSER=root PGDATABASE=postgres npm test
4.2.0 [2024-04-26]
Minimum Node version is now 14.18.
FAQs
automatic instrumentation for honeycomb.io
The npm package honeycomb-beeline receives a total of 7,029 weekly downloads. As such, honeycomb-beeline popularity was classified as popular.
We found that honeycomb-beeline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 19 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.