Skip to content

Commit a255b18

Browse files
committed
update clm lineno
1 parent 1fc44ee commit a255b18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/integration/attributes/test_transaction_closure_clm.php84.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class name, and lineno for closures.
9595
},
9696
{},
9797
{
98-
"code.lineno": 151,
98+
"code.lineno": 152,
9999
"code.filepath": "__FILE__",
100100
"code.function": "{closure:__FILE__:??}"
101101
}
@@ -116,7 +116,7 @@ class name, and lineno for closures.
116116
},
117117
{},
118118
{
119-
"code.lineno": 159,
119+
"code.lineno": 160,
120120
"code.filepath": "__FILE__",
121121
"code.function": "{closure:__FILE__:??}"
122122
}
@@ -137,7 +137,7 @@ class name, and lineno for closures.
137137
},
138138
{},
139139
{
140-
"code.lineno": 159,
140+
"code.lineno": 160,
141141
"code.filepath": "__FILE__",
142142
"code.function": "{closure:__FILE__:??}"
143143
}

tests/integration/span_events/test_span_events_are_created_upon_caught_error.php84.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{
9494
"error.message": "foo",
9595
"error.class": "E_USER_WARNING",
96-
"code.lineno": 136,
96+
"code.lineno": 137,
9797
"code.filepath": "__FILE__",
9898
"code.function": "a"
9999
}
@@ -114,7 +114,7 @@
114114
},
115115
{},
116116
{
117-
"code.lineno": 130,
117+
"code.lineno": 131,
118118
"code.filepath": "__FILE__",
119119
"code.function": "{closure:__FILE__:??}"
120120
}

tests/integration/span_events/test_span_events_are_created_upon_uncaught_error.php84.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{
9494
"error.message": "foo",
9595
"error.class": "E_USER_WARNING",
96-
"code.lineno": 108,
96+
"code.lineno": 109,
9797
"code.filepath": "__FILE__",
9898
"code.function": "a"
9999
}

0 commit comments

Comments
 (0)