-
-
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:
Starting from 5.12.0
Description
Hi, I recently upgraded Sentry SDK to 6.2.5 and noticed that all the console logs from breadcrumbs aren't shown. So I traced back to the version that stopped showing them, which is 5.12.0. I looked up the release notes and didn't find anything mentioning that. Also searched for existing issues and didn't find anyone with the exact same issue. These console log breadcrumbs are particularly useful for us but we also don't want to miss any upgrades. I tried to add the new integrations and the result is the same.
init({
dsn: '__YOUR_DSN__',
integrations: [new Sentry.Integrations.Breadcrumbs({
console: true,
dom: true,
fetch: true,
history: true,
sentry: true,
xhr: true
})]
})
This is the Sentry link in our account.
Metadata
Metadata
Assignees
Labels
No labels

