Armen Zambrano G.
Armen Zambrano G.
Hi @nidhi-tandon Have you followed the steps in here? https://github.com/getsentry/sentry-netlify-build-plugin#installation In the official [documentation](https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby#readme) I read this: > Register the package as a plugin in gatsby-config.js. > Options will be...
camd knows more about failure summary. I will let him answer. For (2), I just wrote this line: ```javascript ${thUrl}/#/jobs?repo=${project}&revision=${revision}&selectedJob=${job[1]}&searchStr=${job[4]} ``` I add `searchStr` for the purpose of showing less...
I did this (based on code from Treeherder): ```shell >>> import slugid >>> slugid.decode('e6qjT3SdQVKQKDrsVfEi3Q') UUID('7baaa34f-749d-4152-9028-3aec55f122dd') ``` https://treeherder.mozilla.org/api/jobdetail/?job_guid=7baaa34f-749d-4152-9028-3aec55f122dd/0 It is not the perfect API but it gets you that info.
Are there any known error types that should not use the stack trace for grouping? Is this more a node issue than graphql? Is this custom fingerprint sufficient to fix...
Is there a Bugzilla ticket tracking removing the requirement of a preference to be set?
This is the ticket on creating code mappings automatically for Java projects with GitHub integrations: https://github.com/getsentry/sentry/issues/79888 I will start looking into it next month. If any of you want to...
My system is ready to be tested. If you're a developer who has the **GitHub integration** and a **Java-based project**, please mention your org slug (or org ID) in ticket...
bugbot run
Where are you checking? I'm looking at a JS issue, and if I select the Raw stack trace, I can see that it matches your format  
Thanks for finding that out. I have moved this to the backlog.