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 b40156e commit ed0ddfaCopy full SHA for ed0ddfa
lib/sentry/client.ex
@@ -284,7 +284,6 @@ defmodule Sentry.Client do
284
285
@spec render_transaction(%Transaction{}) :: map()
286
def render_transaction(%Transaction{} = transaction) do
287
- # IO.inspect(transaction, label: "transaction")
288
transaction
289
|> Transaction.to_map()
290
|> Map.merge(%{
0 commit comments