Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed May 30, 2024
1 parent 7ce1499 commit b2b00dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions sap-aii-af/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ dependencies {
// Example:
// implementation 'javax.servlet:servlet-api:2.5'

// New Relic Labs Java Agent dependencies
implementation 'com.newrelic.agent.java:newrelic-agent:6.4.0'
implementation 'com.newrelic.agent.java:newrelic-api:6.4.0'
implementation fileTree(include: ['*.jar'], dir: '../libs')
implementation fileTree(include: ['*.jar'], dir: 'lib')
implementation fileTree(include: ['*.jar'], dir: '../test-lib')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static void premain(String s, Instrumentation inst) {
public static void init() {
if(!isSAP()) {
NewRelic.getAgent().getLogger().log(Level.FINE, "Skipping Communication Channel logging, application does not appear to be SAP");
return;
}
NewRelic.getAgent().getLogger().log(Level.FINE, "Call to initialize Communcation Channel Logging");

Expand Down

0 comments on commit b2b00dc

Please sign in to comment.