opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

OpenTelemetry JavaScript Client

Results 635 opentelemetry-js issues
Sort by recently updated
recently updated
newest added
trafficstars

The OT Shim layer needs to be updated to include the latest changes as introduced by https://github.com/open-telemetry/opentelemetry-specification/pull/1101 https://github.com/open-telemetry/opentelemetry-specification/pull/1563

up-for-grabs
stale

This is an expansion of #3160 which updates typescript but also adds downleveled types so that OTel can be used with older typescript compilers

dependencies

## Which problem is this PR solving? 1) node `getEnv()` is invoked every time an env var is accessed. This causes parsing of all `DEFAULT_ENVIRONMENT` every invocation. 2) `HOSTNAME` was...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://togithub.com/babel/babel-loader) | [`8.2.3` -> `9.1.0`](https://renovatebot.com/diffs/npm/babel-loader/8.2.3/9.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-loader/9.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## Which problem is this PR solving? Support for the `OTEL_SDK_DISABLED` env variable. ## Short description of the changes In the case of a truthy value, the SDK functions(`start`, `detectResources`)...

## Which problem is this PR solving? Fixes #2912 ## Short description of the changes I spoke to @aabmass and agreed on taking on this issue and reopening his PR...

## Which problem is this PR solving? Fixes BSP silently dropping spans. Fixes #3094 ## Short description of the changes Add eager exporting to BSP: 1. Start an export as...

…mpty Signed-off-by: Svetlana Brennan ## Which problem is this PR solving? ` BasicTracerProvider` was attempting to read exporter from env (by using `__buildExporterFromEnv`) because `OTEL_TRACES_EXPORTER` default value was changed from...

## Which problem is this PR solving? instrumentations are installed after they are required because SDK startup is async. Fixes #3146 ## Short description of the changes Register instrumentations as...

## Which problem is this PR solving? An update to the Logs specification was found during the last pr. It affects the development of code functions. The detailed discussion is...