<!-- Requirements: please go through this checklist before opening a new issue --> - [x] Review the documentation: https://docs.sentry.io/ - [x] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues - [x] Use the latest release: https://github.com/getsentry/sentry-javascript/releases ## Package + Version - [x] `@sentry/browser` - [ ] `@sentry/node` - [ ] `raven-js` - [ ] `raven-node` _(raven for node)_ - [ ] other: ### Version: ``` 4.0.6 ``` ## Description We can put a extra data in captureException / captureMessage when we use raven-js. `Raven.captureException(err, extra)` How is that supported in latest sdk ?