File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/datadog/appsec/actions_handler Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module ActionsHandler
11
11
#
12
12
# It represents the stack trace that is added to span metastruct field.
13
13
class SerializableBacktrace
14
- CLASS_AND_FUNCTION_NAME_REGEX = /\b ([ \w +:{2}] *\w +)?[#| .]?\b (\w +)\z / . freeze
14
+ CLASS_AND_FUNCTION_NAME_REGEX = /\b ((?: \w +::) *\w +)?[#.]?\b (\w +)\z / . freeze
15
15
16
16
def initialize ( locations :, stack_id :)
17
17
@stack_id = stack_id
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ module Datadog
45
45
def self?.identifier_from_digest : (untyped digest) -> untyped
46
46
47
47
def self?.format_trace_id : (untyped trace_id) -> untyped
48
+
49
+ def self?.format_trace_id_128 : (untyped trace_id) -> untyped
48
50
end
49
51
end
50
52
end
You can’t perform that action at this time.
0 commit comments