Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 24, 2024
1 parent 82ed810 commit 46f47a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

- Some Java agent instrumentation suppression keys have been renamed to match their module names:
- `elasticsearch-rest-6.0` --> `elasticsearch-rest-6.4`
- `twitter-util-core` --> `finagle-http`
- `internal-application-logging` --> `internal-application-logger`
- `javalin-5` -> `javalin-5.0`
- `pulsar-2.8.0` -> `pulsar-2.8`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TwitterUtilCoreInstrumentationModule extends InstrumentationModule
implements ExperimentalInstrumentationModule {

public TwitterUtilCoreInstrumentationModule() {
super("finagle-http", "finagle-http-23.11");
super("finagle-http", "finagle-http-23.11", "twitter-util-core");
}

@Override
Expand Down

0 comments on commit 46f47a7

Please sign in to comment.