File tree 1 file changed +2
-2
lines changed
instrumentation/netty-4.1.16/src/main/java/com/agent/instrumentation/netty4116
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ public class NettyUtil {
22
22
// This config is added so customers can also start netty transactions at a lower level.
23
23
// However, this risks netty producing transactions with 'unknown' urls.
24
24
// Only use it if it provides the coverage you need for your application's use case.
25
- public static Boolean START_HTTP2_FRAME_READ_LISTENER_TXN =
25
+ public static final Boolean START_HTTP2_FRAME_READ_LISTENER_TXN =
26
26
NewRelic .getAgent ().getConfig ().getValue ("netty.http2.frame_read_listener.start_transaction" , false );
27
- public static Boolean START_HTTP2_FRAME_CODEC_TXN = !START_HTTP2_FRAME_READ_LISTENER_TXN ;
27
+ public static final Boolean START_HTTP2_FRAME_CODEC_TXN = !START_HTTP2_FRAME_READ_LISTENER_TXN ;
28
28
29
29
public static String getNettyVersion () {
30
30
return "4.1.16" ;
You can’t perform that action at this time.
0 commit comments