-
Notifications
You must be signed in to change notification settings - Fork 217
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 support for session tracking #360
Comments
While we are eventually going to roll Release Health into more platforms, currently we support just a few as we iterate and validate the product. We can use this issue to track interest and help us prioritize. Related to #335. Developer docs: https://develop.sentry.dev/sdk/sessions/ |
Is there any update on this? We've hit this issue and were super surprised that the Go SDK was missing this feature. It's pretty key for us understanding how migration is going for the tools we're developing. This forces us to use Datadog to track this, when Sentry is really where we want to visualize it 😭 |
Hey @mikepea, thanks for reaching out! I know it sucks. We are looking to adopt session tracking in this SDK too. I am hopeful that we can pull it in around January. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Has your 2021 iteration and validation completed? Any plans to roll this out to golang? |
I'm reopening this, though I can't commit to any timeline for when this feature will ship in the Go SDK. |
Summary
Add support for session tracking into the SDK, for measuring release health
https://docs.sentry.io/product/releases/health/setup/
Motivation
Sentry is MUCH more useful when you can understand release health and associated session metrics. Many other Sentry SDKs support this, golang should as well.
The text was updated successfully, but these errors were encountered: