-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Release health sessions not sent when using a direct client #14804
Comments
Hello, |
@s1gr1d In our case Sentry is initialized in the service worker of a browser extension. I think @rodolfoBee also reproduced the issue but now sure how he tested. |
The The SDK checks if |
Thanks for this information! I'll look into this. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
"@sentry/browser": "^8.47.0"
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
Expected Result
The SDK sends release health sessions to Sentry to track release health and adoption on the Releases page.
Actual Result
No release session event is sent to Sentry.
Explicitly setting the
browserSessionIntegration
integration and/orautoSessionTracking
have no effect on the result, this should also be automatic when a release version is set in the init as per:The text was updated successfully, but these errors were encountered: