Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
5.0: remove NewRelicReflector
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Apr 15, 2020
1 parent 2bd1c38 commit cad1e1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/launchdarkly/sdk/server/LDClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public void identify(LDUser user) {

private void sendFlagRequestEvent(Event.FeatureRequest event) {
eventProcessor.sendEvent(event);
NewRelicReflector.annotateTransaction(event.getKey(), String.valueOf(event.getValue()));
}

@Override
Expand Down
45 changes: 0 additions & 45 deletions src/main/java/com/launchdarkly/sdk/server/NewRelicReflector.java

This file was deleted.

0 comments on commit cad1e1f

Please sign in to comment.