Skip to content

Commit

Permalink
README - advanced debug tools are true in dev (#522)
Browse files Browse the repository at this point in the history
It helps to understand how that config setting works when you understand that it's `true` by default in development environments. I was confused that maybe there were some debug tools I had never seen in RMP before and maybe setting this to `true` would turn them on.
  • Loading branch information
nate-at-gusto authored Feb 10, 2022
1 parent dbd67c9 commit b2a4dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ collapse_results|`true`|If multiple timing results exist in a single page, colla
max_traces_to_show|20|Maximum number of mini profiler timing blocks to show on one page
html_container|`body`|The HTML container (as a jQuery selector) to inject the mini_profiler UI into
show_total_sql_count|`false`|Displays the total number of SQL executions.
enable_advanced_debugging_tools|`false`|Enables sensitive debugging tools that can be used via the UI. In production we recommend keeping this disabled as memory and environment debugging tools can expose contents of memory that may contain passwords.
enable_advanced_debugging_tools|`false`|Enables sensitive debugging tools that can be used via the UI. In production we recommend keeping this disabled as memory and environment debugging tools can expose contents of memory that may contain passwords. Defaults to `true` in development.
assets_url|`nil`|See the "Register MiniProfiler's assets in the Rails assets pipeline" section above.
snapshot_every_n_requests|`-1`|Determines how frequently snapshots are taken. See the "Snapshots Sampling" above for more details.
snapshots_limit|`1000`|Determines how many snapshots Mini Profiler is allowed to keep.
Expand Down

0 comments on commit b2a4dd0

Please sign in to comment.