-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: vueIssues related to the Sentry Vue SDKIssues related to the Sentry Vue SDK
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
Metadata
Metadata
Assignees
Labels
Package: vueIssues related to the Sentry Vue SDKIssues related to the Sentry Vue SDK