Skip to content

Commit f62aecb

Browse files
committed
add finch to mix file
1 parent 9a8f9fd commit f62aecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defmodule Sentry.Mixfile do
5353
"Plug and Phoenix": [Sentry.PlugCapture, Sentry.PlugContext, Sentry.LiveViewHook],
5454
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler],
5555
"Data Structures": [Sentry.Attachment, Sentry.CheckIn, Sentry.ClientReport],
56-
HTTP: [Sentry.HTTPClient, Sentry.HackneyClient],
56+
HTTP: [Sentry.HTTPClient, Sentry.FinchClient, Sentry.HackneyClient],
5757
Interfaces: [~r/^Sentry\.Interfaces/],
5858
Testing: [Sentry.Test]
5959
],
@@ -67,7 +67,7 @@ defmodule Sentry.Mixfile do
6767
],
6868
authors: ["Mitchell Henke", "Jason Stiebs", "Andrea Leopardi"]
6969
],
70-
xref: [exclude: [:hackney, :hackney_pool, Plug.Conn, :telemetry]],
70+
xref: [exclude: [Finch, :hackney, :hackney_pool, Plug.Conn, :telemetry]],
7171
aliases: aliases()
7272
]
7373
end

0 commit comments

Comments
 (0)