Add integration_meta key to event #693
Annotations
30 errors
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L51
test errors when taking too long to receive response (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L122
test does not send events if :dsn is not configured or nil (if not in test mode) (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L21
test excludes events properly (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L62
test sets last_event_id_and_source when an event is sent (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L128
test if in test mode, swallows events if the :dsn is nil (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L82
test doesn't incur into infinite logging loops because we prevent that (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry_test.exs#L73
test ignores events without message and exception (SentryTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry/transport_test.exs#L99
test post_envelope/2 returns an error if the HTTP client throws when making the request (Sentry.TransportTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry/transport_test.exs#L116
test post_envelope/2 returns an error if the JSON library crashes when decoding the response (Sentry.TransportTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry/transport_test.exs#L63
test post_envelope/2 returns an error if the HTTP client raises an error when making the request (Sentry.TransportTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L91
test with a Plug application sends exits to Sentry (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L178
test with a Phoenix endpoint reports throws (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L246
test with a Phoenix endpoint handles Erlang error in Plug.Conn.WrapperError (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L60
test with a Plug application sends error to Sentry and uses Sentry.PlugContext to fill in context (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L224
test with a Phoenix endpoint can render feedback form in Phoenix ErrorView (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L144
test with a Phoenix endpoint reports raised exceptions (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L261
test with a Phoenix endpoint modifies conn with custom scrubber (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L108
test with a Plug application can render feedback form (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L197
test with a Phoenix endpoint scrubs Phoenix.ActionClauseError (Sentry.PlugCaptureTest)
|
Test (Elixir 1.16, OTP 26.2):
test/plug_capture_test.exs#L81
test with a Plug application sends throws to Sentry (Sentry.PlugCaptureTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L235
test with a crashing GenServer an exit while calling another GenServer is reported nicely (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L213
test with a crashing GenServer abnormal GenServer exit is reported (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L80
test with Plug captures errors from spawn/0 in Plug app (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L99
test with Plug sends two errors when a Plug process crashes if cowboy domain is not excluded (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L192
test with a crashing GenServer a GenServer raising an error is reported (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L329
test with a crashing GenServer supports :all for Logger metadata (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L374
test with a crashing GenServer GenServer timeout is reported (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L532
test rate limiting works with changing config but without changing rate limiting (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L389
test with a crashing GenServer reports crashes on c:GenServer.init/1 (Sentry.LoggerHandlerTest)
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/logger_handler_test.exs#L149
test with capture_log_messages: true respects the configured :level (Sentry.LoggerHandlerTest)
|