Skip to content

Commit 56f78c3

Browse files
authored
test: Add dsn to e2e test config (#657)
* test: Add dsn to e2e test config * Add phpstan exclusion
1 parent d78e1c0 commit 56f78c3

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)