Remove Logger wrappers from Utils #69
ci.yaml
on: push
lint_git
10s
lint_format
12s
lint_credo
9s
lint_compile
50s
lint_dialyzer
2m 45s
test_diagnose
1m 5s
test_no_nif
42s
Matrix: test
Annotations
93 errors, 111 warnings, and 1 notice
lint_credo
Could not fetch /builds/otp/amd64/ubuntu-22.04/builds.txt from any hex.pm mirror
|
lint_format
Process completed with exit code 1.
|
test (1.11.x, 24.x):
lib/appsignal/error/backend.ex#L16
** (CompileError) lib/appsignal/error/backend.ex:16: you must require Logger before invoking the macro Logger.warning/1
|
test (1.11.x, 24.x)
Process completed with exit code 1.
|
test (1.12.x, 24.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.12.x, 24.x):
lib/appsignal/error/backend.ex#L16
** (CompileError) lib/appsignal/error/backend.ex:16: you must require Logger before invoking the macro Logger.warning/1
|
test (1.12.x, 24.x)
Process completed with exit code 1.
|
test_no_nif:
test/appsignal/absinthe_test.exs#L32
test when :instrument_absinthe is set to false does not attach to Absinthe events (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L39
test absinthe_execute_operation_start/4 creates a span (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L94
test execute_operation_stop/4 does not detach the handler (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L60
test absinthe_execute_operation_start/4 with operation name it updates the root span's name and namespace (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L89
test execute_operation_stop/4 closes the span (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L67
test absinthe_execute_operation_start/4 sets the span's category (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L44
test absinthe_execute_operation_start/4 without operation name it sets the span's name to graphql (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L72
test absinthe_execute_operation_start/4 does not detach the handler (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/absinthe_test.exs#L55
test absinthe_execute_operation_start/4 with operation name it sets the span's name to the operation name (Appsignal.AbsintheTest)
|
test_no_nif:
test/appsignal/tesla_test.exs#L22
test does not attach to Tesla events when :instrument_tesla is set to false (Appsignal.TeslaTest)
|
test (main, master)
The job was canceled because "_1_11_x_24_x" failed.
|
test (main, master):
test/appsignal/tesla_test.exs#L22
test does not attach to Tesla events when :instrument_tesla is set to false (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L210
test tesla_request_start/4, with the PathParams middleware sets the span's name with the URL's path (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L235
test tesla_request_start/4, with the BaseUrl middleware sets the span's name with the base URL (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L185
test tesla_request_start/4, and tesla_request_stop/4 with a root span closes the span (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L177
test tesla_request_start/4, and tesla_request_stop/4 with a root span sets the span's name (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L16
test attaches to Tesla events automatically (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L173
test tesla_request_start/4, and tesla_request_stop/4 with a root span creates a span with a parent (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L181
test tesla_request_start/4, and tesla_request_stop/4 with a root span sets the span's category (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/tesla_test.exs#L261
test tesla_request_start/4, with the PathParams and BaseUrl middlewares sets the span's name with the base URL and the URL's path (Appsignal.TeslaTest)
|
test (main, master):
test/appsignal/finch_test.exs#L12
test does not attach to Finch events when :instrument_finch is set to false (Appsignal.FinchTest)
|
lint_compile
Process completed with exit code 1.
|
test (1.17.x, 25.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.17.x, 25.x):
test/appsignal/error/backend_test.exs#L60
test is not added as a Logger backend when disabled (Appsignal.Error.BackendTest)
|
test (1.17.x, 25.x):
test/appsignal/error/backend_test.exs#L203
test handle_event/3, with a :badarg closes the created span (Appsignal.Error.BackendTest)
|
test (1.17.x, 25.x):
test/appsignal/transmitter_test.exs#L124
test logs a warning when the CA certificate file does not exist (Appsignal.TransmitterTest)
|
test (1.17.x, 25.x):
test/appsignal/transmitter_test.exs#L73
test uses the default CA certificate (Appsignal.TransmitterTest)
|
test (1.17.x, 25.x):
test/appsignal/transmitter_test.exs#L66
test transmit/3 uses an empty body when no payload is given (Appsignal.TransmitterTest)
|
test (1.17.x, 25.x):
test/appsignal/transmitter_test.exs#L43
test transmit/3 uses the stored configuration when none is given (Appsignal.TransmitterTest)
|
test (1.17.x, 25.x):
test/appsignal/config_test.exs#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (1.17.x, 25.x):
test/appsignal/config_test.exs#L1238
test write_to_environment writes valid AppSignal config options to the env (Appsignal.ConfigTest)
|
test (1.17.x, 25.x):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.17.x, 25.x):
test/appsignal/config_test.exs#L652
test using the application environment working_dir_path (Appsignal.ConfigTest)
|
test (1.16.x, 26.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.16.x, 26.x):
test/appsignal/oban_test.exs#L40
test when :instrument_oban is set to false does not attach to Oban events (Appsignal.ObanTest)
|
test (1.16.x, 26.x):
test/appsignal/finch_test.exs#L12
test does not attach to Finch events when :instrument_finch is set to false (Appsignal.FinchTest)
|
test (1.16.x, 26.x):
test/appsignal/finch_test.exs#L153
test finch_request_start/4, and finch_request_stop/4 with a root span sets the span's name (Appsignal.FinchTest)
|
test (1.16.x, 26.x):
test/appsignal/finch_test.exs#L161
test finch_request_start/4, and finch_request_stop/4 with a root span closes the span (Appsignal.FinchTest)
|
test (1.16.x, 26.x):
test/appsignal/error/backend_test.exs#L60
test is not added as a Logger backend when disabled (Appsignal.Error.BackendTest)
|
test (1.16.x, 26.x):
test/appsignal/error/backend_test.exs#L203
test handle_event/3, with a :badarg closes the created span (Appsignal.Error.BackendTest)
|
test (1.16.x, 26.x):
test/appsignal/error/backend_test.exs#L195
test handle_event/3, with a :badarg adds an error to the created span (Appsignal.Error.BackendTest)
|
test (1.16.x, 26.x):
test/appsignal/config_test.exs#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (1.16.x, 26.x):
test/appsignal/config_test.exs#L1238
test write_to_environment writes valid AppSignal config options to the env (Appsignal.ConfigTest)
|
test (1.16.x, 26.x):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.17.x, 26.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.17.x, 26.x):
test/appsignal/error/backend_test.exs#L60
test is not added as a Logger backend when disabled (Appsignal.Error.BackendTest)
|
test (1.17.x, 26.x):
test/appsignal/error/backend_test.exs#L108
test handle_event/3, with an open span adds an error to the existing span (Appsignal.Error.BackendTest)
|
test (1.17.x, 26.x):
test/appsignal/config_test.exs#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (1.17.x, 26.x):
test/appsignal/config_test.exs#L1238
test write_to_environment writes valid AppSignal config options to the env (Appsignal.ConfigTest)
|
test (1.17.x, 26.x):
test/appsignal/config_test.exs#L652
test using the application environment working_dir_path (Appsignal.ConfigTest)
|
test (1.17.x, 26.x):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.13.x, 24.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.17.x, 26.x):
test/appsignal/tesla_test.exs#L22
test does not attach to Tesla events when :instrument_tesla is set to false (Appsignal.TeslaTest)
|
test (1.17.x, 26.x):
test/appsignal/transmitter_test.exs#L124
test logs a warning when the CA certificate file does not exist (Appsignal.TransmitterTest)
|
test (1.17.x, 26.x):
test/appsignal/absinthe_test.exs#L32
test when :instrument_absinthe is set to false does not attach to Absinthe events (Appsignal.AbsintheTest)
|
test (1.17.x, 26.x):
test/appsignal/absinthe_test.exs#L55
test absinthe_execute_operation_start/4 with operation name it sets the span's name to the operation name (Appsignal.AbsintheTest)
|
test (1.13.x, 24.x):
test/appsignal/tesla_test.exs#L22
test does not attach to Tesla events when :instrument_tesla is set to false (Appsignal.TeslaTest)
|
test (1.13.x, 24.x):
test/appsignal/tesla_test.exs#L278
test tesla_request_exception/4 closes the span (Appsignal.TeslaTest)
|
test (1.13.x, 24.x):
test/appsignal/tesla_test.exs#L210
test tesla_request_start/4, with the PathParams middleware sets the span's name with the URL's path (Appsignal.TeslaTest)
|
test (1.13.x, 24.x):
test/appsignal/transmitter_test.exs#L124
test logs a warning when the CA certificate file does not exist (Appsignal.TransmitterTest)
|
test (1.13.x, 24.x):
test/appsignal/transmitter_test.exs#L66
test transmit/3 uses an empty body when no payload is given (Appsignal.TransmitterTest)
|
test (1.13.x, 24.x):
test/appsignal/oban_test.exs#L40
test when :instrument_oban is set to false does not attach to Oban events (Appsignal.ObanTest)
|
test (1.13.x, 24.x):
test/appsignal/oban_test.exs#L111
test oban_job_start/4, with a :job metadata key (v2.3.1) sets job meta as span tags (Appsignal.ObanTest)
|
test (1.13.x, 24.x):
test/appsignal/oban_test.exs#L228
test oban_job_stop/4, with a :result metadata key (v2.5.0) sets the result attribute (Appsignal.ObanTest)
|
test (1.13.x, 24.x):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.13.x, 24.x):
test/appsignal/config_test.exs#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (1.17.x, 27.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L22
test does not attach to Tesla events when :instrument_tesla is set to false (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L210
test tesla_request_start/4, with the PathParams middleware sets the span's name with the URL's path (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L185
test tesla_request_start/4, and tesla_request_stop/4 with a root span closes the span (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L235
test tesla_request_start/4, with the BaseUrl middleware sets the span's name with the base URL (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L181
test tesla_request_start/4, and tesla_request_stop/4 with a root span sets the span's category (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/tesla_test.exs#L173
test tesla_request_start/4, and tesla_request_stop/4 with a root span creates a span with a parent (Appsignal.TeslaTest)
|
test (1.17.x, 27.x):
test/appsignal/oban_test.exs#L40
test when :instrument_oban is set to false does not attach to Oban events (Appsignal.ObanTest)
|
test (1.17.x, 27.x):
test/appsignal/error/backend_test.exs#L60
test is not added as a Logger backend when disabled (Appsignal.Error.BackendTest)
|
test (1.17.x, 27.x):
test/appsignal/error/backend_test.exs#L191
test handle_event/3, with a :badarg creates a span (Appsignal.Error.BackendTest)
|
test (1.17.x, 27.x):
test/appsignal/error/backend_test.exs#L113
test handle_event/3, with an open span closes the existing span (Appsignal.Error.BackendTest)
|
test (1.15.x, 26.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.15.x, 26.x):
test/appsignal/oban_test.exs#L40
test when :instrument_oban is set to false does not attach to Oban events (Appsignal.ObanTest)
|
test (1.15.x, 26.x):
test/appsignal/oban_test.exs#L59
test oban_job_start/4 sets the span's name (Appsignal.ObanTest)
|
test (1.15.x, 26.x):
test/appsignal/oban_test.exs#L142
test oban_job_stop/4 sets the state attribute to success (Appsignal.ObanTest)
|
test (1.15.x, 26.x):
test/appsignal/oban_test.exs#L146
test oban_job_stop/4 increments job stop counter (Appsignal.ObanTest)
|
test (1.15.x, 26.x)
The operation was canceled.
|
test (1.14.x, 25.x)
The job was canceled because "_1_11_x_24_x" failed.
|
test (1.14.x, 25.x)
The operation was canceled.
|
lint_dialyzer
Process completed with exit code 2.
|
test (1.11.x, 24.x)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
test (1.11.x, 24.x)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
test (1.11.x, 24.x)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
test (1.11.x, 24.x)
function upgrade/3 required by behaviour Plug.Conn.Adapter is not implemented (in module Plug.Adapters.Cowboy.Conn)
|
test (1.11.x, 24.x)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
test (1.11.x, 24.x)
Supervisor.Spec.worker/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test (1.11.x, 24.x)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
test (1.11.x, 24.x)
Plug.Adapters.Cowboy.shutdown/1 is deprecated. Use Plug.Cowboy.shutdown/1 instead
|
test (1.12.x, 24.x)
function upgrade/3 required by behaviour Plug.Conn.Adapter is not implemented (in module Plug.Adapters.Cowboy.Conn)
|
test (1.12.x, 24.x)
Supervisor.Spec.worker/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test (1.12.x, 24.x)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
test (1.12.x, 24.x)
Plug.Adapters.Cowboy.shutdown/1 is deprecated. Use Plug.Cowboy.shutdown/1 instead
|
test_no_nif
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
found unused @tag before "describe", did you mean to use @describetag?
|
test_no_nif
found unused @tag before "describe", did you mean to use @describetag?
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test_no_nif
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test (main, master)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
found unused @tag before "describe", did you mean to use @describetag?
|
test (main, master)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
found unused @tag before "describe", did you mean to use @describetag?
|
test (main, master)
Supervisor.start_child/2 with a list of args is deprecated, please use DynamicSupervisor instead
|
test (main, master)
using map.field notation (without parentheses) to invoke function Appsignal.FakeTeslaBuilder.__middleware__() is deprecated, you must add parentheses instead: remote.function()
|
test (main, master)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test (1.17.x, 25.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 25.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 25.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
Supervisor.start_child/2 with a list of args is deprecated, please use DynamicSupervisor instead
|
test (1.17.x, 25.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 25.x)
using map.field notation (without parentheses) to invoke function Appsignal.FakeTeslaBuilder.__middleware__() is deprecated, you must add parentheses instead: remote.function()
|
test (1.16.x, 26.x)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
Supervisor.start_child/2 with a list of args is deprecated, please use DynamicSupervisor instead
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.16.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test (1.17.x, 26.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
Supervisor.start_child/2 with a list of args is deprecated, please use DynamicSupervisor instead
|
test (1.17.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 26.x)
using map.field notation (without parentheses) to invoke function Appsignal.FakeTeslaBuilder.__middleware__() is deprecated, you must add parentheses instead: remote.function()
|
test (1.13.x, 24.x)
function upgrade/3 required by behaviour Plug.Conn.Adapter is not implemented (in module Plug.Adapters.Cowboy.Conn)
|
test (1.13.x, 24.x)
Supervisor.Spec.worker/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test (1.13.x, 24.x)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
test (1.13.x, 24.x)
Plug.Adapters.Cowboy.shutdown/1 is deprecated. Use Plug.Cowboy.shutdown/1 instead
|
test (1.13.x, 24.x):
lib/appsignal/tesla.ex#L24
you must require Logger before invoking the macro Logger.warning/1
|
test (1.13.x, 24.x):
lib/appsignal/finch.ex#L24
you must require Logger before invoking the macro Logger.warning/1
|
test (1.13.x, 24.x):
lib/appsignal/oban.ex#L43
you must require Logger before invoking the macro Logger.warning/1
|
test (1.13.x, 24.x):
lib/appsignal/absinthe.ex#L35
you must require Logger before invoking the macro Logger.warning/1
|
test (1.13.x, 24.x):
lib/appsignal/error/backend.ex#L16
you must require Logger before invoking the macro Logger.warning/1
|
test (1.13.x, 24.x):
lib/appsignal/ecto.ex#L37
you must require Logger before invoking the macro Logger.warning/1
|
test (1.17.x, 27.x)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
test (1.17.x, 27.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 27.x)
found unused @tag before "describe", did you mean to use @describetag?
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 27.x)
using map.field notation (without parentheses) to invoke function Appsignal.FakeTeslaBuilder.__middleware__() is deprecated, you must add parentheses instead: remote.function()
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.17.x, 27.x)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (1.15.x, 26.x)
function upgrade/3 required by behaviour Plug.Conn.Adapter is not implemented (in module Plug.Adapters.Cowboy.Conn)
|
test (1.15.x, 26.x)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
test (1.15.x, 26.x)
Supervisor.Spec.worker/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test (1.15.x, 26.x)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
test (1.15.x, 26.x)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
test (1.15.x, 26.x)
Plug.Adapters.Cowboy.shutdown/1 is deprecated. Use Plug.Cowboy.shutdown/1 instead
|
test (1.15.x, 26.x):
lib/appsignal/absinthe.ex#L35
you must require Logger before invoking the macro Logger.warning/1
|
test (1.15.x, 26.x):
lib/appsignal/ecto.ex#L37
you must require Logger before invoking the macro Logger.warning/1
|
test (1.15.x, 26.x):
lib/appsignal/error/backend.ex#L16
you must require Logger before invoking the macro Logger.warning/1
|
test (1.15.x, 26.x):
lib/appsignal/finch.ex#L24
you must require Logger before invoking the macro Logger.warning/1
|
test (1.14.x, 25.x)
function upgrade/3 required by behaviour Plug.Conn.Adapter is not implemented (in module Plug.Adapters.Cowboy.Conn)
|
test (1.14.x, 25.x)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
test (1.14.x, 25.x)
Supervisor.Spec.worker/3 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
test (1.14.x, 25.x)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
test (1.14.x, 25.x)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
test (1.14.x, 25.x)
Plug.Adapters.Cowboy.shutdown/1 is deprecated. Use Plug.Cowboy.shutdown/1 instead
|
test (1.14.x, 25.x):
lib/appsignal/absinthe.ex#L35
you must require Logger before invoking the macro Logger.warning/1
|
test (1.14.x, 25.x):
lib/appsignal/error/backend.ex#L16
you must require Logger before invoking the macro Logger.warning/1
|
test (1.14.x, 25.x):
lib/appsignal/finch.ex#L24
you must require Logger before invoking the macro Logger.warning/1
|
test (1.14.x, 25.x):
lib/appsignal/ecto.ex#L37
you must require Logger before invoking the macro Logger.warning/1
|
call_to_missing:
lib/appsignal/absinthe.ex#L35
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/config.ex#L66
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/config.ex#L236
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/ecto.ex#L37
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/error/backend.ex#L16
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/finch.ex#L24
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/oban.ex#L43
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/tesla.ex#L24
Call to missing or private function Logger.warning/1.
|
call_to_missing:
lib/appsignal/transmitter.ex#L63
Call to missing or private function Logger.warning/1.
|
Lintje (Git Linter)
1 commit and branch inspected, 0 errors detected, 2 hints
|