Install Honeybadger
This commit is contained in:
@@ -132,6 +132,12 @@ config :sentry,
|
||||
enable_source_code_context: true,
|
||||
root_source_code_paths: [File.cwd!()]
|
||||
|
||||
config :honeybadger,
|
||||
app: :music_library,
|
||||
environment_name: config_env(),
|
||||
# Enable logging and performance insights
|
||||
insights_enabled: true
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
Reference in New Issue
Block a user