Skip to content

Commit

Permalink
Fix changelog issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Jan 16, 2024
1 parent 685dd6c commit 6c1f226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ All notable changes to experimental packages in this project will be documented
### :bug: (Bug Fix)

* fix(sdk-node): allow using samplers when the exporter is defined in the environment [#4394](https://github.com/open-telemetry/opentelemetry-js/pull/4394) @JacksonWeber
* fix(instrumentation): use caret range on import-in-the-middle [#4380](https://github.com/open-telemetry/opentelemetry-js/pull/4380) @pichlermarc
* fix(instrumentation): do not import 'path' in browser runtimes [#4378](https://github.com/open-telemetry/opentelemetry-js/pull/4378) @pichlermarc
* Fixes a bug where bundling for web would fail due to `InstrumentationNodeModuleDefinition` importing `path`

### :books: (Refine Doc)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ describe('setup exporter from env', () => {
);
assert(
sdk['_tracerProvider']!['_config']?.sampler instanceof AlwaysOffSampler
)
);
assert(listOfProcessors.length === 1);
delete env.OTEL_TRACES_EXPORTER;
});
Expand Down

0 comments on commit 6c1f226

Please sign in to comment.