Set sentry environment for dev
1 files changed, 3 insertions(+), 0 deletions(-) M config/dev.exs
M config/dev.exs => config/dev.exs +3 -0
@@ 80,3 80,6 @@ config :phoenix, :plug_init_mode, :runtime # Disable swoosh api client as it is only required for production adapters. config :swoosh, :api_client, false + +# Set sentry environemnt +config :sentry, environment_name: :dev