You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately when I use a List as parameter, it is not displayed correctly and I've this type in parameters IDS_VALUE -> [Ljava.lang.Long;@7e0beb13
I think that this issue is related to the method io.opentracing.contrib.neo4j.TracingHelper.mapToString which doesn't check if the parameter is a List or something else and casts it directly as String.
The text was updated successfully, but these errors were encountered:
Hi,
I added opentracing to get the query parameters from Dynatrace
Unfortunately when I use a List as parameter, it is not displayed correctly and I've this type in parameters IDS_VALUE -> [Ljava.lang.Long;@7e0beb13
I think that this issue is related to the method io.opentracing.contrib.neo4j.TracingHelper.mapToString which doesn't check if the parameter is a List or something else and casts it directly as String.
The text was updated successfully, but these errors were encountered: