getsentry / coredump-uploader

Coredump uploader
MIT License
13 stars 6 forks source link

How can I add tags to my crash reports? #5

Open 0xFEEDC0DE64 opened 2 years ago

0xFEEDC0DE64 commented 2 years ago

We are uploading coredumps produced by the esp32 microcontroller and I want to attach the customers serial number and used firmware version to the sentry report for later analysis.

How can I attach custom tags to the report using this python script?

flub commented 2 years ago

Hi, I'm afraid we don't support this repo. It was a stand-alone experiment. If you can make it do useful things that's great but we won't be adding things.

That said, if you submit PRs to improve things we'll merge them. So if you can update the script to add tags, or if it already can add tags update the documentation, then it would be great if you made a pull request. To understand how to add tags to the API requests to sentry you probably need to dig around the "SDK Development" section of https://develop.sentry.dev/sdk/basics to see how they should be included.

jonavos commented 11 months ago

Can you please close/archive it? It has led us down a rabbit hole thinking this was supported in Sentry. Thanks