Skip to content

Commit

Permalink
chore: release v2.3.0 (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Aug 1, 2023
1 parent 6d60c2c commit f1f0f32
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log - @splunk/otel

## 2.3.0

August 1, 2023

- Upgrade to OpenTelemetry `1.15.1` / `0.41.1`. [#761](https://github.com/signalfx/splunk-otel-js/pull/761)
- Fix confusing error message regarding `grpc`: `@opentelemetry/instrumentation-grpc Module @grpc/grpc-js has been loaded before @opentelemetry/instrumentation-grpc so it might not work, please initialize it before requiring @grpc/grpc-js`. `grpc` is internally now lazily loaded. [#762](https://github.com/signalfx/splunk-otel-js/pull/762)
- Allow enabling and disabling instrumentations via environment variables by introducing `OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED` and `OTEL_INSTRUMENTATION_[NAME]_ENABLED`. [#769](https://github.com/signalfx/splunk-otel-js/pull/769)

## 2.2.4

July 1, 2023
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "2.2.4",
"version": "2.3.0",
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
"repository": "git@github.com:signalfx/splunk-otel-js.git",
"author": "Splunk <splunk-oss@splunk.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '2.2.4';
export const VERSION = '2.3.0';

0 comments on commit f1f0f32

Please sign in to comment.