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 b998906 commit 2ca868cCopy full SHA for 2ca868c
sentry_sdk/transport.py
@@ -89,7 +89,7 @@ class HttpTransport(Transport):
89
def __init__(self, options):
90
Transport.__init__(self, options)
91
self._worker = BackgroundWorker()
92
- self._auth = self.parsed_dsn.to_auth("sentry-python/%s" % VERSION)
+ self._auth = self.parsed_dsn.to_auth("sentry.python/%s" % VERSION)
93
self._pool = _make_pool(
94
self.parsed_dsn,
95
http_proxy=options["http_proxy"],
0 commit comments