Skip to content

Instantly share code, notes, and snippets.

@jakobdamjensen
Created June 6, 2018 09:05
Show Gist options
  • Save jakobdamjensen/ed9eb84c709fdab7bced0ecf78cbf18c to your computer and use it in GitHub Desktop.
Save jakobdamjensen/ed9eb84c709fdab7bced0ecf78cbf18c to your computer and use it in GitHub Desktop.
config :sentry,
use_error_logger: true,
dsn: System.get_env("SENTRY_DSN"),
environment_name: Mix.env(),
root_source_code_path: File.cwd!(),
tags: %{
env: Mix.env()
},
included_environments: [:prod, :staging],
enable_source_code_context: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment