Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

flare.php 965B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return [
  3. /*
  4. |
  5. |--------------------------------------------------------------------------
  6. | Flare API key
  7. |--------------------------------------------------------------------------
  8. |
  9. | Specify Flare's API key below to enable error reporting to the service.
  10. |
  11. | More info: https://flareapp.io/docs/general/projects
  12. |
  13. */
  14. 'key' => env('FLARE_KEY'),
  15. /*
  16. |--------------------------------------------------------------------------
  17. | Reporting Options
  18. |--------------------------------------------------------------------------
  19. |
  20. | These options determine which information will be transmitted to Flare.
  21. |
  22. */
  23. 'reporting' => [
  24. 'anonymize_ips' => true,
  25. 'collect_git_information' => true,
  26. 'report_queries' => true,
  27. 'maximum_number_of_collected_queries' => 200,
  28. 'report_query_bindings' => true,
  29. 'report_view_data' => true,
  30. ],
  31. ];