Skip to content

Commit afab0a4

Browse files
committed
Overdue sentry_version bump in examples
1 parent e8316dd commit afab0a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/developer/client/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Authentication
342342

343343
An 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

0 commit comments

Comments
 (0)