Skip to content

Commit

Permalink
doc: respect changes made by bugsnag#25
Browse files Browse the repository at this point in the history
  • Loading branch information
genkami committed Oct 29, 2021
1 parent b31bbec commit c2047d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v2/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ type Configuration struct {
// to group errors and how to display them on your dashboard. You should
// include any packages that are part of your app, and exclude libraries
// and helpers. You can list wildcards here, and they'll be expanded using
// filepath.Glob. The default value is []string{"main*"}
// filepath.Glob. For matching subpackages within a package you may use the
// `**` notation. The default value is []string{"main*"}
ProjectPackages []string

// The SourceRoot is the directory where the application is built, and the
Expand Down

0 comments on commit c2047d1

Please sign in to comment.