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

Add StartTransaction Function #474

Closed
smeubank opened this issue Sep 21, 2022 · 0 comments · Fixed by #482
Closed

Add StartTransaction Function #474

smeubank opened this issue Sep 21, 2022 · 0 comments · Fixed by #482
Assignees

Comments

@smeubank
Copy link
Member

Summary

Today the Sentry Go SDK only provides support for StartSpan. However according to the Sentry model span(s) are sent to Sentry in transactions.

StartTransaction function should be added to Go according to our develop documentation for SDKs.

Guidelines for Performance Monitoring

Sentry.startTransaction function requirements

Consider proposed changes currently being proposed here, regarding new manually created transactions automatically being attached to an existing trace or not

Motivation

To improve the developer experience when instrument you application for Performance monitoring we want to provide functions so that developer do not need to manual construct HTTP requests.

Additional Context

This is a crucial piece on the road to getting the GO SDK to have more feature parity for the Performance similar to other SDKs.

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

Successfully merging a pull request may close this issue.

2 participants