Added missing sentry flags.

This commit is contained in:
Nick Gerakines 2020-04-03 17:16:11 -04:00
parent 7ec29dad78
commit cd3d35e481
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
2 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,8 @@ var Command = cli.Command{
&config.ListenFlag,
&config.EnvironmentFlag,
&config.PublisherCallbackLocationFlag,
&config.EnableSentryFlag,
&config.SentryFlag,
},
Action: publisherCommandAction,
}

View File

@ -59,6 +59,9 @@ var Command = cli.Command{
&config.EnableSVGerFlag,
&config.SVGerEndpointFlag,
&config.EnableSentryFlag,
&config.SentryFlag,
&config.AssetStorageFlag,
&config.AssetStorageFileBaseFlag,
&config.AssetStorageRemoteAllowFlag,