Don't set span data in endpoint stop events #69
ci.yaml
on: push
lint_git
3s
lint_format
8s
lint_credo
1m 26s
lint_compile
1m 22s
lint_dialyzer
3m 40s
Matrix: test
Annotations
31 errors and 22 warnings
lint_git
2 commits and branch inspected, 2 errors detected, 4 hints (1 commit ignored)
|
test (1.17.x, 26.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.17.x, 26.x)
Process completed with exit code 2.
|
test (1.16.x, 26.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.16.x, 26.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.16.x, 26.x)
Process completed with exit code 2.
|
test (1.15.x, 26.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.15.x, 26.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.15.x, 26.x)
Process completed with exit code 2.
|
test (main, 27.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (main, 27.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (main, 27.x)
The operation was canceled.
|
test (latest, 27.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (latest, 27.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (latest, 27.x)
The operation was canceled.
|
test (1.12.x, 24.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.12.x, 24.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.12.x, 24.x)
The operation was canceled.
|
test (1.17.x, 25.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.17.x, 25.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.17.x, 25.x)
The operation was canceled.
|
test (1.17.x, 27.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.17.x, 27.x):
test/appsignal_phoenix/event_handler_test.exs#L49
test after receiving an endpoint-start and an endpoint-stop event without an event name in the conn sets the span's name (Appsignal.Phoenix.EventHandlerTest)
|
test (1.17.x, 27.x)
The operation was canceled.
|
lint_compile
Process completed with exit code 1.
|
test (1.14.x, 25.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.14.x, 25.x)
The operation was canceled.
|
test (1.13.x, 24.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.13.x, 24.x)
The operation was canceled.
|
test (1.11.x, 24.x)
The job was canceled because "_1_17_x_26_x" failed.
|
test (1.11.x, 24.x)
The operation was canceled.
|
test (1.17.x, 26.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (1.16.x, 26.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (1.15.x, 26.x)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.x, 26.x)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.x, 26.x):
lib/appsignal_phoenix/event_handler.ex#L48
variable "metadata" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.x, 26.x):
test/support/phoenix_web.ex#L10
use Appsignal.Phoenix is deprecated. Since AppSignal for Phoenix 2.3.0, Phoenix instrumentation is up automatically. The `use Appsignal.Phoenix` line is no longer needed and should be removed from your app's endpoint file.
|
test (1.15.x, 26.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (main, 27.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (latest, 27.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (1.12.x, 24.x)
Logger.Formatter.new/1 is undefined or private
|
test (1.12.x, 24.x)
module Mix.Tasks.Format is not a behaviour (in module Phoenix.LiveView.HTMLFormatter)
|
test (1.12.x, 24.x)
got "@impl Mix.Tasks.Format" for function features/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
test (1.12.x, 24.x)
got "@impl Mix.Tasks.Format" for function format/2 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
test (1.12.x, 24.x)
Code.quoted_to_algebra/2 is undefined or private
|
test (1.12.x, 24.x)
Macro.Env.lookup_import/2 is undefined or private
|
test (1.12.x, 24.x):
lib/appsignal_phoenix/event_handler.ex#L48
variable "metadata" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.12.x, 24.x):
test/support/phoenix_web.ex#L10
use Appsignal.Phoenix is deprecated. Since AppSignal for Phoenix 2.3.0, Phoenix instrumentation is up automatically. The `use Appsignal.Phoenix` line is no longer needed and should be removed from your app's endpoint file.
|
test (1.17.x, 25.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (1.17.x, 27.x)
:logger :level has been set to :warn in config files, please use :warning instead
|
test (1.14.x, 25.x)
use Bitwise is deprecated. import Bitwise instead
|
test (1.14.x, 25.x)
use Bitwise is deprecated. import Bitwise instead
|
test (1.14.x, 25.x)
Logger.Formatter.new/1 is undefined or private
|