-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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