docs: match description of debug option with behavior since #820#860
docs: match description of debug option with behavior since #820#860lcian merged 4 commits intogetsentry:masterfrom AlexTMjugador:docs/update-debug-option-comment
debug option with behavior since #820#860Conversation
PR #820 removed the `debug-logs` crate feature, but failed to update the documentation for the related `debug` field in the client options struct, which falsely asserts that the `log` feature changes the behavior of the `sentry_debug!` macro. This change fixes that discrepancy by removing any reference to features in the documentation for that field.
|
I just noticed that a workflow running DangerJS on this PR complained due to it not including a changelog entry. I believe this change is trivial enough not to require one, and added a |
|
Thanks @AlexTMjugador! |
While at it, I got rid of a trailing extra whitespace in a header.
|
The idea of getting some extra exposure has convinced me to add a changelog entry! 😂 I've just done that 🙂 |
Nice :) |

PR #820 removed the
debug-logscrate feature, but failed to update the documentation for the relateddebugfield in the client options struct, which now falsely asserts that thelogfeature changes the behavior of thesentry_debug!macro.This change fixes that discrepancy by removing all references to features in the documentation for that field.