You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Customers like @michaelbrewer would like the ability to override Tracer default behaviour by not adding Lambda handler, or a method's response as X-Ray subsegment metadata - While X-Ray metadata isn't indexed or searchable, it might contain sensitive information that can violate one's compliance.
Describe the solution you'd like
A new keyword argument for both capture_method and capture_lambda_handler:
* develop: (26 commits)
docs: move tenets; remove extra space
docs: use table for clarity
docs: add blog post, and quick example
docs: subtle rewording for better clarity
docs: fix typos, log_event & sampling wording
docs: make sensitive info more explicit with an example
docs: create Patching modules section; cleanup response wording
docs: move concurrent asynchronous under escape hatch
chore: update internal docstrings for consistency
fix: remove actual response from debug logs
docs: grammar
docs: bring new feature upfront when returning sensitive info
chore: update changelog to reflect new feature
chore: clarify changelog bugfix vs breaking change
chore: remove/correct unnecessary debug logs
chore: fix debug log adding unused obj
fix: naming and staticmethod consistency
improv: naming consistency
fix: correct in_subsegment assertion
feat: capture_response as metadata option #127
...
Is your feature request related to a problem? Please describe.
Customers like @michaelbrewer would like the ability to override Tracer default behaviour by not adding Lambda handler, or a method's response as X-Ray subsegment metadata - While X-Ray metadata isn't indexed or searchable, it might contain sensitive information that can violate one's compliance.
Describe the solution you'd like
A new keyword argument for both
capture_method
andcapture_lambda_handler
:Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: