-
-
Notifications
You must be signed in to change notification settings - Fork 169
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 user agent string (sdk name + version) #957
Comments
Hi @kahest
This is not true. We also set the user-agent to https://github.com/getsentry/sentry-native/blob/master/src/sentry_options.c#L322-L329 Since With |
@supervacuus I see that this constructs
|
@supervacuus Perfect, thanks for confirming - closing this now |
Similarly, the minidump URL for crashpad is constructed from the DSN and the user-agent: sentry-native/src/sentry_utils.c Lines 362 to 374 in 2ae5de6
That should also make it clearly visible when checking LB issues. |
Currently, the SDK only sets the
x-sentry-auth
field in the transport:sentry-native/src/sentry_transport.c
Line 193 in 2ae5de6
To align with getsentry/team-sdks#61, we want to send the SDK name and version as
User-Agent
using the format<sdk-name>/<sdk-version>
.TBD: crashpad/breakpad
The text was updated successfully, but these errors were encountered: