Skip to content

Commit

Permalink
fix: use proper case for log session ID attribute name (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: ndesai-newrelic <[email protected]>
  • Loading branch information
cthomas-newrelic and ndesai-newrelic authored Oct 4, 2024
1 parent 44ded58 commit 474daf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public abstract class LogReporting {




protected static LogLevel logLevel = LogLevel.WARN;
protected static AgentLogger agentLogger = new AgentLogger();
protected static AtomicReference<Logger> instance = new AtomicReference<>(agentLogger);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ static Map<String, Object> getCommonBlockAttributes() {
attrs.put(LogReporting.LOG_INSTRUMENTATION_VERSION, AgentConfiguration.getInstance().getApplicationFrameworkVersion());
attrs.put(LogReporting.LOG_INSTRUMENTATION_COLLECTOR_NAME, LogReporting.LOG_INSTRUMENTATION_ANDROID_NAME);


return attrs;
}

Expand Down

0 comments on commit 474daf0

Please sign in to comment.