We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the record DeprecationBehavior removes the stacktrace from the deprecation message before writing to YAML- https://github.com/Shopify/deprecation_toolkit/blob/main/lib/deprecation_toolkit/behaviors/record.rb#L11
This stacktrace is pretty useful info but it is removed from the YAML content - https://github.com/Shopify/deprecation_toolkit/blob/main/lib/deprecation_toolkit/collector.rb#L36
I am willing to submit a pull request that can change the behaviour, but would like to confirm why this done.
@Edouard-chin @rafaelfranca
The text was updated successfully, but these errors were encountered:
I'd also like to see this in CIRecordHelper. It might be good to default to just one line, but allow this to be controlled via config.
CIRecordHelper
Sorry, something went wrong.
No branches or pull requests
Currently, the record DeprecationBehavior removes the stacktrace from the deprecation message before writing to YAML- https://github.com/Shopify/deprecation_toolkit/blob/main/lib/deprecation_toolkit/behaviors/record.rb#L11
This stacktrace is pretty useful info but it is removed from the YAML content - https://github.com/Shopify/deprecation_toolkit/blob/main/lib/deprecation_toolkit/collector.rb#L36
I am willing to submit a pull request that can change the behaviour, but would like to confirm why this done.
@Edouard-chin @rafaelfranca
The text was updated successfully, but these errors were encountered: