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 65c039c commit c9152c6Copy full SHA for c9152c6
1 file changed
lib/sentry/opentelemetry/span_storage.ex
@@ -18,7 +18,7 @@ defmodule Sentry.OpenTelemetry.SpanStorage do
18
table_name = Keyword.get(opts, :table_name, default_table_name())
19
cleanup_interval = Keyword.get(opts, :cleanup_interval, @cleanup_interval)
20
21
- :ets.new(table_name, [:named_table, :public, :bag])
+ _ = :ets.new(table_name, [:named_table, :public, :bag])
22
23
schedule_cleanup(cleanup_interval)
24
0 commit comments