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
First step: can we track which command is run, not just "eval".
Can we stop replacing keys with ? as well, but only replace values? Can we distinguish between them?
We recently changed how MongoDB queries are sanitized to show more information to our users. (#819)
We can do the same to Redis commands. Currently, we are sanitizing the whole query and only showing the called command.
Example:
The idea is not to remove the command's first argument to know which keys are set up or retrieved.
appsignal-ruby/lib/appsignal/integrations/redis.rb
Lines 7 to 16 in d73905d
ToDo
The text was updated successfully, but these errors were encountered: