getsentry / getsentry/sentry-ruby

Missing Transactions in Sentry Dashboard

オープン
#2,928 コメント 11 件 リアクション 1 件 担当者 1 名 @sl0thentr0py が担当を希望しています GitHub で見る
Bug Ruby Traces Waiting for: Product Owner
主要言語
Ruby
スター
987
フォーク
541
平均マージ
17時間 40分
マージ済み PR(30日)
19

説明

### Issue Description

Transactions are no longer visible on the Sentry dashboard. Previously, transaction data was being recorded and displayed correctly, but it has recently stopped appearing. Errors are still being captured as expected; only transactions are missing.

Image

### Reproduction Steps

Idk

### Expected Behavior

Transaction should be recorded and displayed correctly on the Sentry dashboard

### Actual Behavior

Transactions are not visible on the Sentry dashboard, while error events are still being captured and displayed correctly

### Ruby Version

3.0.1

### SDK Version

6.5.0

### Integration and Its Version

rails 6.1.5

### Sentry Config

```ruby
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

config.enable_logs = true
end
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。