Skip to content

Commit

Permalink
test: Add dsn to e2e test config (#657)
Browse files Browse the repository at this point in the history
* test: Add dsn to e2e test config

* Add phpstan exclusion
  • Loading branch information
cleptric committed Oct 6, 2022
1 parent d78e1c0 commit 56f78c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Expand Up @@ -10,6 +10,8 @@ parameters:
- src/aliases.php
excludePaths:
- src/aliases.php
- src/Tracing/Cache/TraceableCacheAdapterForV2.php
- src/Tracing/Cache/TraceableTagAwareCacheAdapterForV2.php
- src/Tracing/Doctrine/DBAL/TracingStatementForV2.php
- src/Tracing/Doctrine/DBAL/TracingDriverForV2.php
- tests/End2End/App
Expand Down
1 change: 1 addition & 0 deletions tests/End2End/App/config.yml
@@ -1,4 +1,5 @@
sentry:
dsn: http://public@example.com/sentry/1
tracing:
enabled: true
options:
Expand Down

0 comments on commit 56f78c3

Please sign in to comment.