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

Set SDK Name According Framework being used #685

Closed
smeubank opened this issue Aug 2, 2023 · 0 comments · Fixed by #694
Closed

Set SDK Name According Framework being used #685

smeubank opened this issue Aug 2, 2023 · 0 comments · Fixed by #694

Comments

@smeubank
Copy link
Member

smeubank commented Aug 2, 2023

Background

Sentry provides a number of framework integration with its Go SDK which allow for more specialized instrumentation in Go applications. However this is not reflected in the sdk name in the event meta data sent to Sentry. Most other SDKs do conform to this, even in python where auto-detection is in place for framework integration.

Sentry Go Docs

image

Proposal

Sentry's Golang SDK will change the sdk name in the event (all events) meta data to reflect the framework integration being used in the application, to conform and be better situated to take advantage of any backend processing of events. This helps to know if users are getting the most out of sentry possible and which integrations are the most popular.

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

Successfully merging a pull request may close this issue.

3 participants