Skip to content

Commit ca101b1

Browse files
committed
Update to use correct syntax from Appsignal
1 parent f2b9164 commit ca101b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/idempotency.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def with_apm_instrumentation(name, action, &block)
168168

169169
# Wrap with AppSignal if enabled (outermost layer)
170170
if config.observability.appsignal_enabled && defined?(Appsignal)
171-
Appsignal.instrument(name, action: action) do
171+
Appsignal.instrument(name, action) do
172172
instrumented_block.call
173173
rescue StandardError => e
174174
Appsignal.set_error(e)

0 commit comments

Comments
 (0)