powerhouse-inc / switchboard

Open-source API over the document model made to be developer- and analyst-friendly
https://switchboard-boilerplate.vercel.app
GNU Affero General Public License v3.0
3 stars 3 forks source link

Set Unique trace id for a collection of issues in Sentry #140

Open CallmeT-ty opened 4 months ago

CallmeT-ty commented 4 months ago

There is currently no trace ID for errors and issues; In sentry we could set up a trace ID that is being set when a request comes in and as a result, it gets in a unique Trace ID and that allows us to trace the events that are related to specific requests.