We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9a070 commit cd2206fCopy full SHA for cd2206f
sentry_sdk/transport.py
@@ -122,6 +122,7 @@ def _send_event(self, event):
122
str(self._auth.store_api_url),
123
body=body.getvalue(),
124
headers={
125
+ "User-Agent": str(self._auth.client),
126
"X-Sentry-Auth": str(self._auth.to_header()),
127
"Content-Type": "application/json",
128
"Content-Encoding": "gzip",
0 commit comments