You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integration adds stack local variables to stack frames for uncaught exceptions.
149
149
150
-
It's currently enabled via the <PlatformLinkto="/configuration/options/#_experiments.include-stack-locals">_experiments.includeStackLocals</PlatformLink>
151
-
`init` option.
150
+
To enable this integration, set the <PlatformLinkto="/configuration/options/#include-local-variables">includeLocalVariables</PlatformLink>
151
+
`init` option to `true`.
152
+
153
+
Available options:
154
+
155
+
```ts
156
+
{
157
+
// Capture local variables for both handled and unhandled exceptions.
158
+
// Default: false - Only captures local variables for uncaught exceptions.
0 commit comments