File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ Authentication
342342
343343An authentication header is expected to be sent along with the message body, which acts as as an ownership identifier::
344344
345- X-Sentry-Auth: Sentry sentry_version=4 ,
345+ X-Sentry-Auth: Sentry sentry_version=5 ,
346346 sentry_client=<client version, arbitrary>,
347347 sentry_timestamp=<current timestamp>,
348348 sentry_key=<public api key>,
@@ -399,7 +399,7 @@ The request body should then somewhat resemble the following::
399399
400400 POST /api/project-id/store/
401401 User-Agent: raven-python/1.0
402- X-Sentry-Auth: Sentry sentry_version=4 , sentry_timestamp=1329096377,
402+ X-Sentry-Auth: Sentry sentry_version=5 , sentry_timestamp=1329096377,
403403 sentry_key=b70a31b3510c4cf793964a185cfe1fd0, sentry_client=raven-python/1.0,
404404 sentry_secret=b7d80b520139450f903720eb7991bf3d
405405
You can’t perform that action at this time.
0 commit comments