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 8ee770f commit 762488cCopy full SHA for 762488c
test/sentry/client_report/sender_test.exs
@@ -4,7 +4,7 @@ defmodule Sentry.ClientReportTest do
4
import Sentry.TestHelpers
5
6
alias Sentry.ClientReport.Sender
7
- alias Sentry.{Event, Transaction, Span}
+ alias Sentry.Event
8
9
setup do
10
original_retries =
0 commit comments