Open
Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.29.1
Steps to Reproduce
import sentry_sdk
from sentry_sdk import logger as sentry_logger
sentry_sdk.init(
...,
_experiments={
"enable_logs": True,
}
)
sentry_logger.info("Test", label=True)
Expected Result
The parameter is treated as a boolean value, not a number.
Actual Result
Hey, I think the error is not on the sdk side. But i am not sure where to post this instead. Maybe you can route this?
In the Sentry Frontend i get this log:
and searching also sees the label as a number:
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner