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:
Version:
^5.4.3
Description
- main.js
Sentry.init({
dsn: 'http://[email protected]:9000/8',
transport: Sentry.Transports.FetchTransport,
integrations: [
new Integrations.Vue({
Vue,
attachProps: true,
}),
],
});
- one.vue
import * as Sentry from '@sentry/browser';
Sentry.captureMessage(`${something}`);
Metadata
Metadata
Assignees
Labels
No labels