Skip to content

Commit

Permalink
More module grouping in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Sep 28, 2023
1 parent a60a294 commit ff0bbbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ defmodule Sentry.Mixfile do
]
],
groups_for_modules: [
Interfaces: [~r/^Sentry\.Interfaces/],
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler]
"Plug and Phoenix": [Sentry.PlugCapture, Sentry.PlugContext],
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler],
Interfaces: [~r/^Sentry\.Interfaces/]
],
source_ref: "#{@version}",
source_url: @source_url,
Expand Down

0 comments on commit ff0bbbe

Please sign in to comment.