I am using the following api call to get errors :
Invoke-RestMethod -Uri "https://api.bugsnag.com/projects/<project_id>/errors" -Headers $headers -Method Get
But this does not give the stack Trace.
How can i get the stack trace from this ?
I have tried drilling down to the events url that is returned
New contributor
Jenny is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.