evalphobia / logrus_sentry

sentry hook for logrus
MIT License
194 stars 78 forks source link

Export stackTraceConfiguration struct type #7

Closed stkao05 closed 8 years ago

stkao05 commented 8 years ago

stackTraceConfiguration struct type should be exported as public identifier StackTraceConfiguration since it is a configuration that developer has access to. Making a public identifier also allow godoc to generate information on the detail parameters of StackTraceConfiguration struct type.

evalphobia commented 8 years ago

Thanks!