We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c7272 commit 28e0cb8Copy full SHA for 28e0cb8
lib/aws-xray-sdk/context/default_context.rb
@@ -12,7 +12,7 @@ class DefaultContext
12
13
LOCAL_KEY = '_aws_xray_entity'.freeze
14
CONTEXT_MISSING_KEY = 'AWS_XRAY_CONTEXT_MISSING'.freeze
15
- SUPPORTED_STRATEGY = %w[RUNTIME_ERROR LOG_ERROR].freeze
+ SUPPORTED_STRATEGY = %w[RUNTIME_ERROR LOG_ERROR IGNORE_ERROR].freeze
16
DEFAULT_STRATEGY = SUPPORTED_STRATEGY[0]
17
18
attr_reader :context_missing
0 commit comments