Skip to content

Commit 74aa969

Browse files
authored
docs: version links to 6.4 (#356)
1 parent 405eb80 commit 74aa969

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/api.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ except ValueError:
5353
* `exc_info`: A `(type, value, traceback)` tuple as returned by https://docs.python.org/3/library/sys.html#sys.exc_info[`sys.exc_info()`]. If not provided, it will be captured automatically.
5454
* `date`: A `datetime.datetime` object representing the occurrence time of the error. If left empty, it defaults to `datetime.datetime.utcnow()`.
5555
* `context`: A dictionary with contextual information. This dictionary must follow the
56-
{apm-server-ref-64}/error-api.html#error-context-schema[Context] schema definition.
56+
{apm-server-ref-v}/error-api.html#error-context-schema[Context] schema definition.
5757
* `custom`: A dictionary of custom data you want to attach to the event.
5858
* `handled`: A boolean to indicate if this exception was handled or not.
5959

@@ -91,7 +91,7 @@ client.capture_message(param_message={
9191
* `date`: A `datetime.datetime` object representing the occurrence time of the error.
9292
If left empty, it defaults to `datetime.datetime.utcnow()`.
9393
* `context`: A dictionary with contextual information. This dictionary must follow the
94-
{apm-server-ref-64}/error-api.html#error-context-schema[Context] schema definition.
94+
{apm-server-ref-v}/error-api.html#error-context-schema[Context] schema definition.
9595
* `custom`: A dictionary of custom data you want to attach to the event.
9696

9797
Returns the id of the message as a string.

docs/index.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= APM Python Agent Reference
22

3-
:branch: current
3+
:branch: 6.4
4+
:server-branch: {branch}
45
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
56

67
[[getting-started]]
@@ -12,7 +13,7 @@ The Elastic APM Python agent sends performance metrics and error logs to the APM
1213
It has built-in support for Django and Flask performance metrics and error logging, as well as generic support of other WSGI frameworks for error logging.
1314
The agent is only one of multiple components you need to get started with APM. Please also have a look at the documentation for
1415

15-
* {apm-server-ref-64}/index.html[APM Server]
16+
* {apm-server-ref-v}/index.html[APM Server]
1617
* {ref}/index.html[Elasticsearch]
1718

1819
ifdef::env-github[]

0 commit comments

Comments
 (0)