Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other: @sentry/vue
Version:
6.11.0
Description
Following the documentation for Vue 3 Manual initializition gives error
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at __values (tslib.es6.js:196)
at Object.createTracingMixins (tracing.js:94)
Manually passing the hooks option to createTracingMixins
seems to get rid of the error so I guess the default options are not getting merged to the passed options correctly?
Codesandbox reproduction here: https://codesandbox.io/s/pensive-tereshkova-nfn7x