Support multiple SENTRY_DOTENV_PATH
Hey there I would love the see support for multiple SENTRY_DOTENV_PATH files. We have a setup with .env and .env.local. I would like to put the SENTRY_URL in the public .env file and the SENTRY_TOKEN in the local .env.local
Somthing like SENTRY_DOTENV_PATH=.env,.env.local would be great.
Hi @Kinqdos, thank you for the suggestion, I can put this issue on our backlog.
It might take some time for us to implement this, however, since we have other priorities. PRs are always welcome if you would like to see this feature implemented more quickly!
Hi @szokeasaurusrex thank you for the response. I don't have much expierence with rust, but I will give it a try. What do you think about a comma as a separator for the files?
@Kinqdos I just realized this change should be pretty simple, I can do it for you
@szokeasaurusrex Just created a pr, if you didn't finished yet, you can also use mine ;)
@Kinqdos replied on the PR, let's continue the conversation over there
Fixed in #2454