Skip to content

Commit 1af0f51

Browse files
committed
Merge branch 'master' into mh/span-ops
2 parents 817ebc8 + 56f78c3 commit 1af0f51

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ parameters:
1010
- src/aliases.php
1111
excludePaths:
1212
- src/aliases.php
13+
- src/Tracing/Cache/TraceableCacheAdapterForV2.php
14+
- src/Tracing/Cache/TraceableTagAwareCacheAdapterForV2.php
1315
- src/Tracing/Doctrine/DBAL/TracingStatementForV2.php
1416
- src/Tracing/Doctrine/DBAL/TracingDriverForV2.php
1517
- tests/End2End/App

tests/End2End/App/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sentry:
2+
dsn: http://[email protected]/sentry/1
23
tracing:
34
enabled: true
45
options:

0 commit comments

Comments
 (0)