opentelemetry-esbuild-plugin-node 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  ## About
7
7
 
8
8
  This module provides a way to auto instrument any Node application to capture telemetry from a number of popular libraries and frameworks, via an [esbuild](https://esbuild.github.io/) plugin.
9
- You can export the telemetry data in a variety of formats. Exporters, samplers, and more can be configured via [environment variables][env-var-url].
10
- The net result is the ability to gather telemetry data from a Node application without any code changes.
9
+
10
+ The net result is the ability to gather telemetry data from a Node application without any code changes to your application.
11
11
 
12
12
  This module also provides a simple way to manually initialize multiple Node instrumentations for use with the OpenTelemetry SDK.
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentelemetry-esbuild-plugin-node",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Metapackage which bundles opentelemetry node core and contrib instrumentations via an esbuild plugin",
5
5
  "author": "Drew Corlin",
6
6
  "homepage": "https://github.com/DrewCorlin/opentelemetry-esbuild-plugin-node",