-
Notifications
You must be signed in to change notification settings - Fork 173
Update splunk-otel-js to latest #6956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6956 +/- ##
==========================================
+ Coverage 34.78% 38.03% +3.24%
==========================================
Files 366 367 +1
Lines 20935 25713 +4778
==========================================
+ Hits 7282 9779 +2497
- Misses 13050 15123 +2073
- Partials 603 811 +208 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Splunk OpenTelemetry JavaScript instrumentation agent from v4.0.1 to v4.1.0 in the Splunk OpenTelemetry Collector distribution. The update includes the version change in the packaging configuration and a corresponding changelog entry documenting the enhancement.
- Updates the nodejs-agent-release.txt file to reference v4.1.0
- Adds a changelog entry in .chloggen/ following the repository's changelog generation pattern
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| instrumentation/packaging/nodejs-agent-release.txt | Updates the Node.js agent version from v4.0.1 to v4.1.0 |
| .chloggen/splunk-js-agent.yaml | Adds changelog entry documenting the splunk-otel-js enhancement to v4.1.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| v4.0.1 | |||
| v4.1.0 | |||
Copilot
AI
Dec 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line format in this file is inconsistent with the other agent release files (dotnet-agent-release.txt and java-agent-release.txt). Those files only contain the version tag without a line number prefix. The leading space and line number " 1 |" should be removed to match the format of other agent release files.
Update splunk-otel-js to latest