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
* Use Span.to_map to test Plug.set_conn_data/2
The current Elixir integration version automatically handles the skip
parameter and skip session data options, meaning that logic can be
removed from the Plug integration. To make sure everything keeps
working, this patch adds two tests that ensure the params and session
data is properly set right now, and after the removal.
* Remove config checks for params and session data
Since appsignal 2.2.13 (which includes
appsignal/appsignal-elixir#771 and
appsignal/appsignal-elixir#772), the app's
configuration is checked whenever parameters or session data is added to
the current span.
This patch updates the appsignal version dependency to 2.2.13 or higher,
and removes the duplicate checks from Appsignal.Plug.
0 commit comments