Sentry: Breadcrumbs boolean values are ignored in the UI

Created on 9 Dec 2019  路  2Comments  路  Source: getsentry/sentry

Package + Version

  • [x] @sentry/browser
  • [ ] @sentry/node
  • [ ] raven-js
  • [ ] raven-node _(raven for node)_
  • [ ] other:

Version:

5.10.2

Description

It appears that creating a breadcrumb with a boolean value e.g.{ foo: false}, will result in a breadcrumb in the UI where there is no visible value for foo i.e. it ignores the boolean.

The docs say that it should be str --> str, so it's understandable that things wouldn't work as expected; however, the typescript definition has any as the value. If boolean's aren't acceptable, then I think perhaps the type definition shouldn't be any?

UI Bug

All 2 comments

That seems like an issue in the UI. I forwarded this info to the UI team. Thanks for the report.

Any updates on this?
It makes it hard for us to track any additional data that we find in breadcrumbs.

Was this page helpful?
0 / 5 - 0 ratings