You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,17 @@ Http\Discovery\Exception\PuliUnavailableException: Puli Factory is not available
56
56
57
57
[This is usual](http://docs.php-http.org/en/latest/discovery.html#puli-factory-is-not-available). Puli is not required to use the library. You can resume running after the exception.
58
58
59
+
You can prevent the exception, by setting the discovery strategies, prior to creating the adapter object:
60
+
```php
61
+
// Prevent annoying "Puli exception" during work with xdebug / IDE
62
+
// See https://github.com/getsentry/sentry-php/issues/801
0 commit comments