We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instrumentExecutionResultComplete
1 parent 1ba28d6 commit 9135f11Copy full SHA for 9135f11
src/sentry/utils/sdk_crashes/sdk_crash_detection_config.py
@@ -289,6 +289,10 @@ def build_sdk_crash_detection_configs() -> Sequence[SDKCrashDetectionConfig]:
289
module_pattern="io.sentry.graphql.SentryInstrumentation",
290
function_pattern="lambda$instrumentExecutionResult$0",
291
),
292
+ FunctionAndModulePattern(
293
+ module_pattern="io.sentry.graphql.SentryGraphqlInstrumentation",
294
+ function_pattern="instrumentExecutionResultComplete",
295
+ ),
296
},
297
)
298
configs.append(java_config)
0 commit comments