From fb497b03cfbd2855496bb142e2bb0863cb721ee9 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 18 Jan 2023 17:47:08 +0100 Subject: [PATCH] feat(unified-api): Define `addLocalVariables` option --- src/docs/sdk/features.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/sdk/features.mdx b/src/docs/sdk/features.mdx index a2edb78967..cfc5f24a81 100644 --- a/src/docs/sdk/features.mdx +++ b/src/docs/sdk/features.mdx @@ -73,6 +73,8 @@ Lines of source code to provide context in stack traces. This is easier in inter Local variable names and values for each stack frame, where possible. Restrictions apply on some platforms, for example it’s may only be possible to collect the values of parameters passed into each function, or it may be completely impossible to collect this information at all. +This functionality should be gated behind the `includeLocalVariables` option, which is `true` by default. + ## Desymbolication Turn compiled or obfuscated code/method names in stack traces back into the original. Desymbolication always requires Sentry backend support. Not necessary for many languages.