File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ parameters:
15
15
count : 1
16
16
path : src/DependencyInjection/SentryExtension.php
17
17
18
+ -
19
+ message : " #^Cannot access offset 'before_send_check_in' on mixed\\ .$#"
20
+ count : 1
21
+ path : src/DependencyInjection/SentryExtension.php
22
+
23
+ -
24
+ message : " #^Cannot access offset 'before_send_metrics' on mixed\\ .$#"
25
+ count : 1
26
+ path : src/DependencyInjection/SentryExtension.php
27
+
18
28
-
19
29
message : " #^Cannot access offset 'before_send…' on mixed\\ .$#"
20
30
count : 1
@@ -82,7 +92,7 @@ parameters:
82
92
83
93
-
84
94
message : " #^Parameter \\ #1 \\ $id of class Symfony\\\\ Component\\\\ DependencyInjection\\\\ Reference constructor expects string, mixed given\\ .$#"
85
- count : 7
95
+ count : 9
86
96
path : src/DependencyInjection/SentryExtension.php
87
97
88
98
-
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- use Sentry \Transport \HttpTransport ;
6
5
use Symfony \Component \DependencyInjection \ContainerBuilder ;
7
6
8
7
/** @var ContainerBuilder $container */
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ public function testClientIsCreatedFromOptions(): void
228
228
'before_send_metrics ' => new Reference ('App \\Sentry \\BeforeSendMetricsCallback ' ),
229
229
'trace_propagation_targets ' => ['website.invalid ' ],
230
230
'tags ' => [
231
- 'context ' => 'development '
231
+ 'context ' => 'development ' ,
232
232
],
233
233
'error_types ' => \E_ALL ,
234
234
'max_breadcrumbs ' => 1 ,
You can’t perform that action at this time.
0 commit comments