Skip to content

Commit

Permalink
Update change log for next release (#1275)
Browse files Browse the repository at this point in the history
Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
  • Loading branch information
trask and breedx-splk authored Apr 16, 2024
1 parent 07f0cbe commit 39833e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/draft-change-log-entries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ component_names["prometheus-client-bridge/"]="Prometheus client bridge"
component_names["runtime-attach/"]="Runtime attach"
component_names["resource-providers/"]="Resource providers"
component_names["samplers/"]="Samplers"
component_names["span-stacktrace/"]="Span stack traces"
component_names["static-instrumenter/"]="Static instrumenter"

echo "## Unreleased"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

### JMX metrics

- Add support for newly named Tomcat MBean with Spring ([#1269])

### Span stack traces - New 🌟

This module provides a SpanProcessor that captures stack traces on spans that meet
a certain criteria such as exceeding a certain duration threshold.

## Version 1.34.0 (2024-03-27)

### AWS resources
Expand Down

0 comments on commit 39833e5

Please sign in to comment.