Skip to content

Commit 8a581bd

Browse files
authored
chore: release v4.4.0 (#1094)
1 parent ff195a0 commit 8a581bd

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log - @splunk/otel
22

3+
## 4.4.0
4+
5+
- Upgrade to OpenTelemetry 2.5.1 / 0.212.0. [#1092](https://github.com/signalfx/splunk-otel-js/pull/1092)
6+
- Add support for Node.js 25. [#1093](https://github.com/signalfx/splunk-otel-js/pull/1093)
7+
38
## 4.3.0
49

510
- Upgrade to OpenTelemetry experimental 0.208.0. [#1083](https://github.com/signalfx/splunk-otel-js/pull/1083)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"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.",
55
"keywords": [
66
"apm",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
export const VERSION = '4.3.0';
17+
export const VERSION = '4.4.0';

0 commit comments

Comments
 (0)