docs/api.asciidoc in elastic-apm-2.7.0 vs docs/api.asciidoc in elastic-apm-2.8.0
- old
+ new
@@ -109,11 +109,11 @@
transaction.result = 'success'
end
----
-Arguments:
+Arguments:
* `name`: A name for your transaction. Transactions are grouped by name. **Required**.
* `type`: A `type` for your transaction eg. `db.postgresql.sql`.
* `context:`: An optional <<api-context,Context>> used to enrich the
transaction with information about the current request.
@@ -232,10 +232,11 @@
* `message`: A custom error string. **Required**.
Returns `[ElasticAPM::Error]`.
[float]
+[[api-context]]
=== Context
[float]
[[api-agent-set-tag]]
==== `ElasticAPM.set_tag`
@@ -393,9 +394,5 @@
[float]
==== Properties
- `name`: String
- `type`: String
-
-[float]
-[[api-context]]
-=== Context