Skip to content

Starting from SDK version 5.12.0, console category in breadcrumbs is no longer on Sentry  #3445

@LuWang1983

Description

@LuWang1983

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.

Screen Shot 2021-04-22 at 11 16 12 AM
Screen Shot 2021-04-22 at 11 18 29 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions