Remove Logger wrappers from Utils #64
ci.yaml
on: push
lint_git
9s
lint_format
9s
lint_credo
47s
lint_compile
48s
lint_dialyzer
2m 44s
test_diagnose
1m 14s
test_no_nif
39s
Matrix: test
Annotations
106 errors, 111 warnings, and 1 notice
lint_format
Process completed with exit code 1.
|
test_no_nif:
test/appsignal/finch_test.exs#L12
test does not attach to Finch events when :instrument_finch is set to false (Appsignal.FinchTest)
|
test_no_nif:
test/appsignal/finch_test.exs#L157
test finch_request_start/4, and finch_request_stop/4 with a root span sets the span's category (Appsignal.FinchTest)
|
test_no_nif:
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_no_nif:
test/appsignal/finch_test.exs#L182
test finch_request_exception/4 closes the span (Appsignal.FinchTest)
|
test_no_nif:
test/appsignal/finch_test.exs#L149
test finch_request_start/4, and finch_request_stop/4 with a root span creates a span with a parent (Appsignal.FinchTest)
|
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#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/absinthe_test.exs#L89
test execute_operation_stop/4 closes the span (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#L39
test absinthe_execute_operation_start/4 creates a span (Appsignal.AbsintheTest)
|
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 (1.11.x, 24.x)
The job was canceled because "_1_12_x_24_x" failed.
|
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.
|
lint_compile
Process completed with exit code 1.
|
test (main, master)
The job was canceled because "_1_12_x_24_x" failed.
|
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)
|
test (main, master):
test/appsignal/finch_test.exs#L182
test finch_request_exception/4 closes the span (Appsignal.FinchTest)
|
test (main, master):
test/appsignal/finch_test.exs#L6
test attaches to Finch events automatically (Appsignal.FinchTest)
|
test (main, master):
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 (main, master):
test/appsignal/finch_test.exs#L149
test finch_request_start/4, and finch_request_stop/4 with a root span creates a span with a parent (Appsignal.FinchTest)
|
test (main, master):
test/appsignal/finch_test.exs#L81
test finch_request_start/4, with an unsupported event shape does not detach the handler (Appsignal.FinchTest)
|
test (main, master):
test/appsignal/finch_test.exs#L112
test finch_request_stop/4, with an unsupported event shape does not detach the handler (Appsignal.FinchTest)
|
test (main, master):
test/appsignal/config_test.exs#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (main, master):
test/appsignal/config_test.exs#L1238
test write_to_environment writes valid AppSignal config options to the env (Appsignal.ConfigTest)
|
test (main, master):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.15.x, 26.x)
The job was canceled because "_1_12_x_24_x" failed.
|
test (1.15.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.15.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.15.x, 26.x):
test/appsignal/finch_test.exs#L112
test finch_request_stop/4, with an unsupported event shape does not detach the handler (Appsignal.FinchTest)
|
test (1.15.x, 26.x):
test/appsignal/finch_test.exs#L81
test finch_request_start/4, with an unsupported event shape does not detach the handler (Appsignal.FinchTest)
|
test (1.15.x, 26.x):
test/appsignal/finch_test.exs#L149
test finch_request_start/4, and finch_request_stop/4 with a root span creates a span with a parent (Appsignal.FinchTest)
|
test (1.15.x, 26.x):
test/appsignal/finch_test.exs#L157
test finch_request_start/4, and finch_request_stop/4 with a root span sets the span's category (Appsignal.FinchTest)
|
test (1.15.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.15.x, 26.x):
test/appsignal/diagnose/report_test.exs#L68
test with error response sends the diagnostics report to AppSignal and returns an error (Mix.Tasks.Appsignal.Diagnose.ReportTest)
|
test (1.15.x, 26.x):
test/appsignal/diagnose/report_test.exs#L36
test with valid response sends the diagnostics report to AppSignal and returns support token (Mix.Tasks.Appsignal.Diagnose.ReportTest)
|
test (1.15.x, 26.x):
test/appsignal/diagnose/report_test.exs#L79
test with no server response sends the diagnostics report to AppSignal and returns an error (Mix.Tasks.Appsignal.Diagnose.ReportTest)
|
test (1.13.x, 24.x)
The job was canceled because "_1_12_x_24_x" failed.
|
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#L177
test tesla_request_start/4, and tesla_request_stop/4 with a root span sets the span's name (Appsignal.TeslaTest)
|
test (1.13.x, 24.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.13.x, 24.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.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#L43
test transmit/3 uses the stored configuration when none is given (Appsignal.TransmitterTest)
|
test (1.13.x, 24.x):
test/appsignal/transmitter_test.exs#L16
test transmit/3 sends a request with the given configuration as query params (Appsignal.TransmitterTest)
|
test (1.13.x, 24.x):
test/appsignal/oban_test.exs#L329
test oban_job_exception/4, with a :state metadata key (v2.4.0) adds job duration distribution value (Appsignal.ObanTest)
|
test (1.13.x, 24.x):
test/appsignal/oban_test.exs#L159
test oban_job_stop/4 adds job duration distribution value (Appsignal.ObanTest)
|
test (1.16.x, 26.x)
The job was canceled because "_1_12_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/oban_test.exs#L119
test oban_job_start/4, with a :job metadata key (v2.3.1) adds job queue time distribution value (Appsignal.ObanTest)
|
test (1.16.x, 26.x):
test/appsignal/config_test.exs#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
test (1.16.x, 26.x):
test/appsignal/config_test.exs#L652
test using the application environment working_dir_path (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#L342
test report_oban_errors when something else (Appsignal.ConfigTest)
|
test (1.16.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.16.x, 26.x):
test/appsignal/absinthe_test.exs#L89
test execute_operation_stop/4 closes the span (Appsignal.AbsintheTest)
|
test (1.16.x, 26.x):
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 (1.16.x, 26.x):
test/appsignal/absinthe_test.exs#L72
test absinthe_execute_operation_start/4 does not detach the handler (Appsignal.AbsintheTest)
|
test (1.17.x, 27.x)
The job was canceled because "_1_12_x_24_x" failed.
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L10
test is not attached automatically when :instrument_ecto is set to false (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L167
test handle_event/4 and handle_query/4, with a root span passed via telemetry options creates a span with a parent and a start time (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L343
test handle_rollback/4, with a root span sets the span's category (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L225
test handle_begin/4, with a root span creates a span with a parent and a start time (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L180
test handle_event/4 and handle_query/4, with a root span passed via telemetry options sets the span's body (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L172
test handle_event/4 and handle_query/4, with a root span passed via telemetry options sets the span's name (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L102
test handle_event/4 and handle_query/4, with a root span creates a span with a parent and a start time (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L234
test handle_begin/4, with a root span sets the span's category (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L351
test handle_rollback/4, with a root span closes the span and its parent with an end time (Appsignal.EctoTest)
|
test (1.17.x, 27.x):
test/appsignal/ecto_test.exs#L176
test handle_event/4 and handle_query/4, with a root span passed via telemetry options sets the span's category (Appsignal.EctoTest)
|
test (1.17.x, 25.x)
The job was canceled because "_1_12_x_24_x" failed.
|
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#L652
test using the application environment working_dir_path (Appsignal.ConfigTest)
|
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#L1007
test using the system environment working_dir_path (Appsignal.ConfigTest)
|
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#L217
test handle_event/3, with a KeyError creates a span (Appsignal.Error.BackendTest)
|
test (1.17.x, 25.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, 25.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.17.x, 25.x):
test/appsignal/error/backend_test.exs#L74
test handle_event/3, when no span exists creates a span (Appsignal.Error.BackendTest)
|
test (1.17.x, 25.x):
test/appsignal/error/backend_test.exs#L56
test is added as a Logger backend (Appsignal.Error.BackendTest)
|
test (1.17.x, 26.x)
The job was canceled because "_1_12_x_24_x" failed.
|
test (1.17.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.17.x, 26.x):
test/appsignal/oban_test.exs#L171
test oban_job_stop/4 does not detach the handler (Appsignal.ObanTest)
|
test (1.17.x, 26.x):
test/appsignal/oban_test.exs#L530
test oban_insert_job_start/4 sets the span's category (Appsignal.ObanTest)
|
test (1.17.x, 26.x):
test/appsignal/oban_test.exs#L534
test oban_insert_job_start/4 does not detach the handler (Appsignal.ObanTest)
|
test (1.17.x, 26.x):
test/appsignal/oban_test.exs#L63
test oban_job_start/4 sets the span's category (Appsignal.ObanTest)
|
test (1.17.x, 26.x):
test/appsignal/oban_test.exs#L510
test oban_insert_job_start/4, without a root span does not detach the handler (Appsignal.ObanTest)
|
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#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#L342
test report_oban_errors when something else (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.14.x, 25.x)
The job was canceled because "_1_12_x_24_x" failed.
|
test (1.14.x, 25.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.14.x, 25.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.14.x, 25.x):
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 (1.14.x, 25.x):
test/appsignal/tesla_test.exs#L16
test attaches to Tesla events automatically (Appsignal.TeslaTest)
|
test (1.14.x, 25.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.14.x, 25.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.14.x, 25.x):
test/appsignal/tesla_test.exs#L278
test tesla_request_exception/4 closes the span (Appsignal.TeslaTest)
|
test (1.14.x, 25.x):
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 (1.14.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.14.x, 25.x):
test/appsignal/transmitter_test.exs#L16
test transmit/3 sends a request with the given configuration as query params (Appsignal.TransmitterTest)
|
lint_dialyzer
Process completed with exit code 2.
|
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 (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 (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 (main, master)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor 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)
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)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
test (main, master)
Supervisor.start_child/2 with a list of args 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)
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/error/backend.ex#L16
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/finch.ex#L24
you must require Logger before invoking the macro Logger.warning/1
|
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/absinthe.ex#L35
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/transmitter.ex#L63
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.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)
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.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, 27.x)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor 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)
found unused @tag before "describe", did you mean to use @describetag?
|
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)
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)
Supervisor.start_child/2 with a list of args is deprecated, please use DynamicSupervisor 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, 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)
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)
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)
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)
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)
appsignal: Deprecation warning: The `skip_session_data` config option is deprecated. Please use `send_session_data` instead.
|
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
|