Skip to content

Commit

Permalink
Add note to local variables about in app frames (#10461)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Jun 21, 2024
1 parent 3766654 commit f79523e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Sentry.init({
});
```

The local variables integration only captures local variables from application code (`in_app = true`). Frames of a stacktrace originating from `node_modules` will not have local variables attached to them.

## Options

### `captureAllExceptions`
Expand Down

0 comments on commit f79523e

Please sign in to comment.