Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Set event_id in Sentry Adapter so it also works with GlitchTip #42

Open
2 tasks done
cloudatlas9 opened this issue Dec 5, 2024 · 0 comments
Open
2 tasks done

Comments

@cloudatlas9
Copy link

🔖 Feature description

Add a function that generates a UUID, and add the event_id field with that UUID to the request body for making a request to Sentry.

🎤 Pitch

Currently, the event_id is not set in the request body when issuing an event to Sentry (see

$requestBody = [
).

Despite this field being described as required by Sentry (https://develop.sentry.dev/sdk/data-model/event-payloads/) it also works without (I just tested separately). When using GlitchTip (which works with the Sentry SDK), however, it returns an error due to incorrect event_id.

Adding this field would also allow users to use GlitchTip with Appwrite through the existing Sentry-style integration.

Happy to do this and create a PR. But since it would be my first contribution ever, quick approval would be great!

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant