appsignal / appsignal-ruby

🟥 AppSignal for Ruby gem
https://www.appsignal.com/ruby
MIT License
183 stars 115 forks source link

Refactor Resque parameters storage #1292

Closed tombruijn closed 2 months ago

tombruijn commented 2 months ago

The Resque integration is sanitizing the parameters. This is already done in the Transaction class, so we don't need to do it again in the integration.

Move the value being set to a block, so the parameters are only fetched when the transaction is sampled.

[skip changeset] [skip review]