We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 817ebc8 + 56f78c3 commit 1af0f51Copy full SHA for 1af0f51
phpstan.neon
@@ -10,6 +10,8 @@ parameters:
10
- src/aliases.php
11
excludePaths:
12
13
+ - src/Tracing/Cache/TraceableCacheAdapterForV2.php
14
+ - src/Tracing/Cache/TraceableTagAwareCacheAdapterForV2.php
15
- src/Tracing/Doctrine/DBAL/TracingStatementForV2.php
16
- src/Tracing/Doctrine/DBAL/TracingDriverForV2.php
17
- tests/End2End/App
tests/End2End/App/config.yml
@@ -1,4 +1,5 @@
1
sentry:
2
+ dsn: http://[email protected]/sentry/1
3
tracing:
4
enabled: true
5
options:
0 commit comments