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
* Add missing test to set parameter values
There was no test to make sure the params are actually set. This patch
adds a regression test to make sure this isn't broken through future
work.
* Don't set params when send_params is false
Currently, the send_params configuration option is checked in
appsignal_plug, in Appsignal.Plug.set_params/2-3.
Since parameters are now also added from appsignal_phoenix, and because
there's already a distinction between sample data and parameters in
Appsignal.Span, Appsignal.Span.set_sample_data/3-4 now checks the
send_params configuration if the passed key equals "params".
The implementation in appsignal_plug can be removed when depending on
the upcoming version of this library.
0 commit comments