We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rollbar reports currently only list Environment, Language, Framework and Links and not the actual Project in which the error occured.
Would be nice to include the project title in the output.
To accomplish this, you'd have to get the project_id from the JSON report and perform a GET on the Rollbar API: https://explorer.docs.rollbar.com/#operation/get-a-project
project_id
Additionally this would require a setting to be added to the plugin to store the X-Rollbar-Access-Token for the account.
X-Rollbar-Access-Token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rollbar reports currently only list Environment, Language, Framework and Links and not the actual Project in which the error occured.
Would be nice to include the project title in the output.
To accomplish this, you'd have to get the
project_id
from the JSON report and perform a GET on the Rollbar API: https://explorer.docs.rollbar.com/#operation/get-a-projectAdditionally this would require a setting to be added to the plugin to store the
X-Rollbar-Access-Token
for the account.The text was updated successfully, but these errors were encountered: