Production environment flag

We are using ApiDog with our production environment next to our developing and staging environment. To avoid any errors when we make some requests, it would be nice to set a “production” flag on the environment and display some eye catching element to be sure we are aware of the danger we’re in.

Thanks for this wonderful tool!

Hi,BenjaminYou can easily set the environment icon to a warning emoji like :warning: :sos: :fire: in ApiDog to make it more noticeable. This way, you’ll always know when you’re working in the production environment. Thanks for your feedback, and we’re glad you’re enjoying the tool!

Thanks for the answer! I did that but thought it wasn’t enough… You can easily forgot you were in the prod environment

At first I was looking to display a dialog window and stop the request in a preprocessor when a production environment variable is set to 1. It’s that kind of warning I’m looking for :laughing: Do you confirm it’s not possible ?