Skip to content

Commit ff0bbbe

Browse files
committed
More module grouping in the docs
1 parent a60a294 commit ff0bbbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mix.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ defmodule Sentry.Mixfile do
4040
]
4141
],
4242
groups_for_modules: [
43-
Interfaces: [~r/^Sentry\.Interfaces/],
44-
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler]
43+
"Plug and Phoenix": [Sentry.PlugCapture, Sentry.PlugContext],
44+
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler],
45+
Interfaces: [~r/^Sentry\.Interfaces/]
4546
],
4647
source_ref: "#{@version}",
4748
source_url: @source_url,

0 commit comments

Comments
 (0)