Releases: instana/ruby-sensor
Releases · instana/ruby-sensor
Opt outs for collecting memory/gc stats
v1.207.0 Version Update
Handle /proc and sysctl's memory reporting differently
v1.206.0 Version Update
Trace Statistics; Bind Paramater Configruation
- We now report statistics to the backed which allows for better tracing health monitoring.
- We now only include bind parameters when the SQL statements are unsanitized.
Fixes for Stack Traces, ActionMailer and Secrets.
- We now take the top 30 frames of the given stack trace.
- We now ensure ActiveSupport loads before ActionMailer is instrumented.
- We now handle nil queries better during secret sanitization.
Handle nil queries better during secret sanitization
v1.204.0.pre3 Version Update
Ensure ActiveSupport loads before ActionMailer is instrumented
v1.204.0.pre2 Version Update
Change how we prepare stack traces for the backend.
We now take the top 30 frames of the given stack trace.
Add an explicit include for AutoTrace
v1.203.2 Version Update
Include a config option to disable Resque propagation
In cases where the enqueue/dequeue behavior is being overridden setting ::Instana.config[:'resque-client'][:propagate] = false allows a way to fall back to the "old" instrumentation and skip trace propagation.
ActionMailer and imporved cross runtime tracing
- Sending mail via ActionMailer now shows up in traces
- Resque exit spans are linked to the corresponding entry spans
- Direct lambda invocation exit spans are linked to the corresponding entry spans