We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60a294 commit ff0bbbeCopy full SHA for ff0bbbe
mix.exs
@@ -40,8 +40,9 @@ defmodule Sentry.Mixfile do
40
]
41
],
42
groups_for_modules: [
43
- Interfaces: [~r/^Sentry\.Interfaces/],
44
- Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler]
+ "Plug and Phoenix": [Sentry.PlugCapture, Sentry.PlugContext],
+ Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler],
45
+ Interfaces: [~r/^Sentry\.Interfaces/]
46
47
source_ref: "#{@version}",
48
source_url: @source_url,
0 commit comments