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.
1 parent 4ac92c0 commit dcf2018Copy full SHA for dcf2018
src/collections/_documentation/platforms/php/laravel.md
@@ -159,6 +159,14 @@ $ php artisan sentry:test
159
[sentry] Event sent: e6442bd7806444fc8b2710abce3599ac
160
```
161
162
+## Local development
163
+
164
+When Sentry is installed in your application it will also be active when you are developing.
165
166
+If you don't want errors to be sent to Sentry when you are developing set the DSN value to `null`.
167
168
+You can do this by not defining `SENTRY_LARAVEL_DSN` in your `.env` or define it as `SENTRY_LARAVEL_DSN=null`.
169
170
## Laravel specific options
171
172
#### breadcrumbs.sql_bindings
0 commit comments