Skip to content

Fix breadcrumb serialization error to be an object #2478

@datpmt

Description

@datpmt

Issue Description

Image

Reproduction Steps

I have no idea

Expected Behavior

Shows the problem the application encountered

Actual Behavior

Sentry has identified the following problems for you to monitor

Ruby Version

3.0.1

SDK Version

5.8.0

Integration and Its Version

No response

Sentry Config

Sentry.init do |config|
  config.dsn = ENV["SENTRY_DSN"]
  config.breadcrumbs_logger = [:active_support_logger, :http_logger]
  config.enabled_environments = ['production', 'staging']

  config.traces_sample_rate = 1.0
  config.traces_sampler = lambda do |context|
    true
  end
end

Metadata

Metadata

Assignees

Labels

No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions