Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better error handling on misconfiguration #17

Open
sakulstra opened this issue Mar 2, 2023 · 1 comment
Open

better error handling on misconfiguration #17

sakulstra opened this issue Mar 2, 2023 · 1 comment

Comments

@sakulstra
Copy link
Contributor

multiple devs now used this and misconfigured .env resulting in unreasonable error messages.

We should double check if:
a) documentation is misleading
b) improve error reporting, so throw an actual error , not spam pages of promise rejected etc

@efecarranza
Copy link

Hi,

I was using the project as suggested here:

https://docs.tenderly.co/other/platform-access/how-to-find-the-project-slug-username-and-organization-name

I think it can be a bit confusing with what's expected for the project name, maybe something like this:

export TENDERLY_ACCESS_TOKEN=tenderly_access_token
export TENDERLY_PROJECT=tenderly_project # (project name only, not full URL)
export TENDERLY_ACCOUNT=tenderly_account # (username or organization name)

would make it more explicit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants