fix(transport): drop rate limited events #1361
Annotations
12 errors
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L76
test Access functions get_and_update/3 works with non-existing keys (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L36
test Access functions get_and_update/3 updates existing keys (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L7
test Access functions fetch/2 returns {:ok, value} for existing keys (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L125
test Access functions Access behavior works with bracket notation (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L61
test Access functions get_and_update/3 handles :pop operation (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L113
test Access functions pop/2 returns nil for non-existing keys (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L93
test Access functions pop/2 removes existing keys and returns value (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L26
test Access functions fetch/2 returns :error for non-existing keys (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L150
test Access functions Access behavior works with put_in/3 (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.13, OTP 25.3):
test/sentry/sampling_context_test.exs#L162
test Access functions Access behavior works with update_in/3 (Sentry.Opentelemetry.SamplingContextTest)
|
|
Test (Elixir 1.17, OTP 26.2)
Process completed with exit code 2.
|
|
Test (Elixir 1.17, OTP 26.2):
test/sentry/logger_handler_test.exs#L282
test with a crashing GenServer a GenServer raising an error is reported (Sentry.LoggerHandlerTest)
|