Package
None
Is your feature request related to a problem?
No response
What is the expected behavior?
The WildcardHelper currently does not support escaping of ? or * when adding tracing sources.
Proposed Addition:
Similar to Regex use the backslash as escape char.
\? -> ?
\* -> *
\\ -> \
Which alternative solutions or features have you considered?
Having ? or * inside the activity source name may not be ideal, it should not be dissallowed without documentation
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Package
None
Is your feature request related to a problem?
No response
What is the expected behavior?
The WildcardHelper currently does not support escaping of
?or*when adding tracing sources.Proposed Addition:
Similar to Regex use the backslash as escape char.
\?->?\*->*\\->\Which alternative solutions or features have you considered?
Having
?or*inside the activity source name may not be ideal, it should not be dissallowed without documentationAdditional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.