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
Describe the bug
The config path inspectit.instrumentation.scopes.my_scope.methods.visibility contains an array and should therefore be declared as [SOME_VSIBILITY]. However, the Editor in the config UI falsely marks this as an error.
Expected behavior
Values in paths like inspectit.instrumentation.scopes.my_scope.methods.visibility should be displayed as correct when written as arrays, such as [SOME_VSIBILITY] and as false when written as ordinary strings.
Additional information (screenshots, stack traces, etc.)
False negative example:
False positive example:
The text was updated successfully, but these errors were encountered:
MariusBrill
changed the title
[Bug] - Config UI falsely displays visibility modifier in List as wrong
[Bug] - Config UI falsely displays visibility modifier written as list as wrong
May 13, 2022
Describe the bug
The config path
inspectit.instrumentation.scopes.my_scope.methods.visibility
contains an array and should therefore be declared as[SOME_VSIBILITY]
. However, the Editor in the config UI falsely marks this as an error.Expected behavior
Values in paths like
inspectit.instrumentation.scopes.my_scope.methods.visibility
should be displayed as correct when written as arrays, such as[SOME_VSIBILITY]
and as false when written as ordinary strings.Additional information (screenshots, stack traces, etc.)
False negative example:
False positive example:

The text was updated successfully, but these errors were encountered: