Dhrumil
Dhrumil
### Problem Statement Feedback on Slack: > The incident_key value [here](https://github.com/getsentry/sentry/blob/master/src/sentry_plugins/pagerduty/client.py#L41) is currently set to the group ID of whichever group triggered the alert. However Pagerduty uses that value to...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce [Bug report on Discord](https://discord.com/channels/621778831602221064/1240238934055977050/1240238934055977050): > Hello everybody, > I am using Sentry SaaS. I have generated an user authentication token and I...
### Problem Statement Feedback from Customer to Support: > Like to have the colour bar on the left back on the messages as it was helpful to know when an...
### Problem Statement The docs don't show any way to filter spans: https://docs.sentry.io/platforms/python/configuration/filtering/ ### Solution Brainstorm .
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a Linear ticket from an issue 2. See that the Team is auto populated 3. But the dependent fields of...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Linear wants to subscribe to the Issue webhooks - They already have Read and Write access to the Issues and Events resource...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Feedback from Cloudflare: > We've been seeing some occasional issues with certain customers using the Sentry integration. One issue is with POSTing...
### Problem Statement I have the following code snippet: ``` @app.route('/api/job-experience', methods=['GET']) def get_job_experience(): user_id = get_user_id() print(f"User ID: {user_id}") # Print user ID for each action if not user_id:...