We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5756d commit 79de306Copy full SHA for 79de306
lib/sentry/client_report/sender.ex
@@ -31,7 +31,6 @@ defmodule Sentry.ClientReport.Sender do
31
| Sentry.CheckIn.t()
32
| ClientReport.t()
33
| Sentry.Event.t()
34
- | Sentry.Transaction.t()
35
def record_discarded_events(reason, event_items, genserver)
36
when is_list(event_items) do
37
# We silently ignore events whose reasons aren't valid because we have to add it to the allowlist in Snuba
0 commit comments